Skip to content

Commit

Permalink
Ignore not-ready taint on nodes
Browse files Browse the repository at this point in the history
By tolerating it, the CCM can be installed while the CNI is installing.
  • Loading branch information
href committed Feb 29, 2024
1 parent 09df551 commit 0a82dba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ spec:
- key: "node.cloudprovider.kubernetes.io/uninitialized"
value: "true"
effect: "NoSchedule"
- key: "node.kubernetes.io/not-ready"
effect: "NoSchedule"
hostNetwork: true
containers:
- name: cloudscale-cloud-controller-manager
Expand Down

0 comments on commit 0a82dba

Please sign in to comment.