Skip to content

Commit 1750d71

Browse files
authored
Merge pull request #38 from xu-cheng/fix-bootstrap
deployment.yaml: add tolerations
2 parents 77c2688 + 2ff1c85 commit 1750d71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deployment.yaml

+5
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)