Skip to content

Commit a765ded

Browse files
committed
deployment.yaml: add tolerations
Without it, the ccm itself cannot be started when nodes are tainted.
1 parent a8fccd9 commit a765ded

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,8 @@ spec:
166166
- name: config-volume
167167
secret:
168168
secretName: cloudstack-secret
169+
tolerations:
170+
# this is required so CCM can bootstrap itself
171+
- key: node.cloudprovider.kubernetes.io/uninitialized
172+
value: "true"
173+
effect: NoSchedule

0 commit comments

Comments
 (0)