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

cilium/charts: set system-{node,cluster}-critical priorityClass for k8s >= 1.17 #12151

Merged
merged 1 commit into from Jun 18, 2020

Commits on Jun 17, 2020

  1. cilium/charts: set system-{node,cluster}-critical for k8s >= 1.17

    Performing a "greater than 16" causes the logic to be true when the
    cluster is running with a minor version set to "16+" which is incorrect.
    With this commit, the priorityClass will only be set when the clusters
    are "greater or equal than 17".
    
    Fixes: ce99a99 ("Set priorityClassName outside kube-system in k8s 1.17+")
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Jun 17, 2020
    Copy the full SHA
    3e0e23f View commit details
    Browse the repository at this point in the history