Skip to content

Commit 029c0c2

Browse files
authored
chore: update tolerations in cilium operator manifests, makefile fix (#3640)
chore: update tolerations test impact in restart test
1 parent cff925e commit 029c0c2

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

hack/aks/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ overlay-cilium-up: rg-up ipv4 overlay-net-up ## Brings up an Overlay Cilium clus
180180
--kubernetes-version $(K8S_VER) \
181181
--node-count $(NODE_COUNT) \
182182
--node-vm-size $(VM_SIZE) \
183-
--load-balancer-outbound-ips (PUBLIC_IPv4) \
183+
--load-balancer-outbound-ips $(PUBLIC_IPv4) \
184184
--network-plugin azure \
185185
--network-dataplane cilium \
186186
--network-plugin-mode overlay \

test/integration/manifests/cilium/v1.13/cilium-operator/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ spec:
152152
tolerations:
153153
- key: "CriticalAddonsOnly"
154154
operator: "Exists"
155+
- operator: "Exists"
156+
effect: NoExecute
157+
- operator: "Exists"
158+
effect: NoSchedule
155159
volumes:
156160
# To read the configuration from the config map
157161
- name: cilium-config-path

test/integration/manifests/cilium/v1.14/cilium-operator/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ spec:
152152
tolerations:
153153
- key: "CriticalAddonsOnly"
154154
operator: "Exists"
155+
- operator: "Exists"
156+
effect: NoExecute
157+
- operator: "Exists"
158+
effect: NoSchedule
155159
volumes:
156160
# To read the configuration from the config map
157161
- name: cilium-config-path

test/integration/manifests/cilium/v1.16/cilium-operator/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ spec:
152152
tolerations:
153153
- key: "CriticalAddonsOnly"
154154
operator: "Exists"
155+
- operator: "Exists"
156+
effect: NoExecute
157+
- operator: "Exists"
158+
effect: NoSchedule
155159
volumes:
156160
# To read the configuration from the config map
157161
- name: cilium-config-path

0 commit comments

Comments
 (0)