Skip to content

Commit 5fe14e0

Browse files
committed
fix: tolerate gke-managed-component nodes
1 parent 1da3e4b commit 5fe14e0

File tree

7 files changed

+20
-0
lines changed

7 files changed

+20
-0
lines changed

charts/operator/templates/alertmanager.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ spec:
156156
values:
157157
- linux
158158
tolerations:
159+
- key: "components.gke.io/gke-managed-components"
160+
operator: "Exists"
159161
- value: "amd64"
160162
effect: "NoSchedule"
161163
key: "kubernetes.io/arch"

charts/operator/templates/collector.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ spec:
179179
values:
180180
- linux
181181
tolerations:
182+
- key: "components.gke.io/gke-managed-components"
183+
operator: "Exists"
182184
- effect: NoExecute
183185
operator: Exists
184186
- effect: NoSchedule

charts/operator/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ spec:
101101
values:
102102
- linux
103103
tolerations:
104+
- key: "components.gke.io/gke-managed-components"
105+
operator: "Exists"
104106
- value: "amd64"
105107
effect: "NoSchedule"
106108
key: "kubernetes.io/arch"

charts/operator/templates/rule-evaluator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ spec:
161161
values:
162162
- linux
163163
tolerations:
164+
- key: "components.gke.io/gke-managed-components"
165+
operator: "Exists"
164166
- value: "amd64"
165167
effect: "NoSchedule"
166168
key: "kubernetes.io/arch"

charts/rule-evaluator/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ spec:
130130
values:
131131
- linux
132132
tolerations:
133+
- key: "components.gke.io/gke-managed-components"
134+
operator: "Exists"
133135
- value: "amd64"
134136
effect: "NoSchedule"
135137
key: "kubernetes.io/arch"

manifests/operator.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,8 @@ spec:
505505
values:
506506
- linux
507507
tolerations:
508+
- key: "components.gke.io/gke-managed-components"
509+
operator: "Exists"
508510
- effect: NoExecute
509511
operator: Exists
510512
- effect: NoSchedule
@@ -609,6 +611,8 @@ spec:
609611
values:
610612
- linux
611613
tolerations:
614+
- key: "components.gke.io/gke-managed-components"
615+
operator: "Exists"
612616
- value: "amd64"
613617
effect: "NoSchedule"
614618
key: "kubernetes.io/arch"
@@ -784,6 +788,8 @@ spec:
784788
values:
785789
- linux
786790
tolerations:
791+
- key: "components.gke.io/gke-managed-components"
792+
operator: "Exists"
787793
- value: "amd64"
788794
effect: "NoSchedule"
789795
key: "kubernetes.io/arch"
@@ -934,6 +940,8 @@ spec:
934940
values:
935941
- linux
936942
tolerations:
943+
- key: "components.gke.io/gke-managed-components"
944+
operator: "Exists"
937945
- value: "amd64"
938946
effect: "NoSchedule"
939947
key: "kubernetes.io/arch"

manifests/rule-evaluator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ spec:
232232
values:
233233
- linux
234234
tolerations:
235+
- key: "components.gke.io/gke-managed-components"
236+
operator: "Exists"
235237
- value: "amd64"
236238
effect: "NoSchedule"
237239
key: "kubernetes.io/arch"

0 commit comments

Comments
 (0)