Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit operator: Exists to allow toleration on masters #665

Merged
merged 1 commit into from
Apr 10, 2017

Conversation

davidmccormick
Copy link

The operator field default to Equals.
We want to schedule flannel to any nodes with node-role.kubernetes.io/master taint regardless of what value was set (which will usually be 'true').
Adding this line allows the DS to schedule flannel pods to master nodes.

…leration defaults to Equal by default which will result in the non scheduling of flannel on the master nodes
@tomdee tomdee merged commit 6be341e into flannel-io:master Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants