Skip to content

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

Merged
aanm merged 1 commit intocilium:masterfrom
aanm:pr/fix-priority-class
Jun 18, 2020
Merged

cilium/charts: set system-{node,cluster}-critical priorityClass for k8s >= 1.17#12151
aanm merged 1 commit intocilium:masterfrom
aanm:pr/fix-priority-class

Conversation

@aanm
Copy link
Copy Markdown
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
@aanm
Copy link
Copy Markdown
Member Author

aanm commented Jun 17, 2020

test-me-please

@coveralls
Copy link
Copy Markdown

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
Copy Markdown
Member Author

aanm commented Jun 18, 2020

test-missed-k8s

@aanm
Copy link
Copy Markdown
Member Author

aanm commented Jun 18, 2020

all known flakes merging

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

None yet

Development

Successfully merging this pull request may close these issues.

7 participants