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

Conversation

aanm
Copy link
Member

@aanm aanm commented Jun 17, 2020

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

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 aanm added release-note/bug This PR fixes an issue in a previous release of Cilium. kind/regression This functionality worked fine before, but was broken in a newer release of Cilium. needs-backport/1.8 labels Jun 17, 2020
@aanm aanm requested review from a team as code owners June 17, 2020 19:30
@aanm aanm requested a review from a team June 17, 2020 19:30
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.8.0 Jun 17, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot added this to Needs backport from master in 1.8.0 Jun 17, 2020
@aanm
Copy link
Member Author

aanm commented Jun 17, 2020

test-me-please

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.05%) to 37.061% when pulling 3e0e23f on aanm:pr/fix-priority-class into 134fdb5 on cilium:master.

@aanm
Copy link
Member Author

aanm commented Jun 18, 2020

test-missed-k8s

@aanm
Copy link
Member Author

aanm commented Jun 18, 2020

all known flakes merging

@aanm aanm merged commit a1cc34d into cilium:master Jun 18, 2020
1.8.0 automation moved this from In progress to Merged Jun 18, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Needs backport from master to Backport pending to v1.8 in 1.8.0 Jun 18, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Backport pending to v1.8 to Backport done to v1.8 in 1.8.0 Jun 18, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Backport pending to v1.8 to Backport done to v1.8 in 1.8.0 Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/regression This functionality worked fine before, but was broken in a newer release of Cilium. release-note/bug This PR fixes an issue in a previous release of Cilium.
Projects
No open projects
1.8.0
  
Merged
1.8.0
Backport done to v1.8
Development

Successfully merging this pull request may close these issues.

None yet

7 participants