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

fix: add toleration to run flannel on not-yet-ready nodes. #313

Merged
merged 1 commit into from
Jan 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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