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

Automated cherry pick of #65931: kubeadm: run kube-proxy on non-master tainted nodes #66043

Commits on Jul 10, 2018

  1. kubeadm: run kube-proxy on non-master tainted nodes

    kube-proxy should be able to run on all nodes, independent
    on the taint of such nodes.
    
    This restriction was previously removed in bb28449 but
    then was brought back in d194926.
    
    Also, annotate with:
      scheduler.alpha.kubernetes.io/critical-pod: ""
    
    and add a class in the template spec:
      priorityClassName: system-node-critical
    neolit123 committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    95e5110 View commit details
    Browse the repository at this point in the history