File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed
test/integration/manifests/cilium
v1.13/cilium-operator/templates
v1.14/cilium-operator/templates
v1.16/cilium-operator/templates Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments