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

Change default kube-system DaemonSet tolerations #179

Merged
merged 1 commit into from
Mar 31, 2020

Commits on Mar 26, 2020

  1. Change default kube-system DaemonSet tolerations

    * Change kube-proxy, flannel, and calico-node DaemonSet
    tolerations to tolerate `node.kubernetes.io/not-ready`
    and `node-role.kubernetes.io/master` (i.e. controllers)
    explicitly, rather than tolerating all taints
    * kube-system DaemonSets will no longer tolerate custom
    node taints by default. Instead, custom node taints must
    be enumerated to opt-in to scheduling/executing the
    kube-system DaemonSets.
    
    Background: Tolerating all taints ruled out use-cases
    where certain nodes might legitimately need to keep
    kube-proxy or CNI networking disabled
    dghubble committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    42723d1 View commit details
    Browse the repository at this point in the history