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

Weave Net: add critical-pod annotation and toleration for rescheduler #3638

Merged
merged 1 commit into from
Oct 16, 2017

Commits on Oct 16, 2017

  1. Add critical-pod annotation and toleration for rescheduler

    Background at
    https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
    
    Note the extra toleration is not strictly necessary, because
    rescheduler adds CriticalAddonsOnly with effect NoSchedule, so it's
    covered by the existing toleration, but that isn't documented so going
    by the book we add both.
    bboreham committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    e2357f8 View commit details
    Browse the repository at this point in the history