Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fix: add toleration to run flannel on not-yet-ready nodes.
Browse files Browse the repository at this point in the history
Without this toleration, a v1.12 aks-engine cluster using flannel as its
network plugin will be unable to come up, as the cni plugin will never
start running on the nodes.
  • Loading branch information
jose authored and jackfrancis committed Jan 19, 2019
1 parent 3435a91 commit 6d4a5ef
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ spec:
beta.kubernetes.io/arch: amd64
beta.kubernetes.io/os: linux
tolerations:
- key: node.kubernetes.io/not-ready
operator: Exists
effect: NoSchedule
- key: node-role.kubernetes.io/master
operator: Equal
value: "true"
Expand Down

0 comments on commit 6d4a5ef

Please sign in to comment.