Skip to content

Commit

Permalink
Merge pull request #38 from xu-cheng/fix-bootstrap
Browse files Browse the repository at this point in the history
deployment.yaml: add tolerations
  • Loading branch information
vishesh92 authored Jun 7, 2024
2 parents 77c2688 + 2ff1c85 commit 1750d71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,8 @@ spec:
- name: config-volume
secret:
secretName: cloudstack-secret
tolerations:
# this is required so CCM can bootstrap itself
- key: node.cloudprovider.kubernetes.io/uninitialized
value: "true"
effect: NoSchedule

0 comments on commit 1750d71

Please sign in to comment.