-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Ensure priority scheduling #18667
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
Ensure priority scheduling #18667
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR, I have one comment as per below, let me know if it's making sense.
install/kubernetes/cilium/templates/cilium-agent/daemonset.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your help. LGTM 💯
@@ -19,8 +19,6 @@ spec: | |||
kubernetes.io/cluster-service: "true" | |||
template: | |||
metadata: | |||
annotations: | |||
scheduler.alpha.kubernetes.io/critical-pod: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash this commit into the first one. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Echoing Sebastian's comment, please squash all commits into the first.
67b27bf
to
a9cdae9
Compare
@sayboras @christarazi @gandro, Hi gang. This PR needs manual intervention from a maintainer to run the workflow. Would someone be kind enough to ping a maintainer if you yourselves don't have ACLs? Cheers, |
a9cdae9
to
8ead319
Compare
Three maintainers were randomly selected to run the workflow as this was my first commit to this GitHub organization. Would someone be kind enough to see: #18667 (comment) Cheers, |
Thank you @sayboras I noticed a maintainers file in the repo on a rebase, so I pinged 3 at random. Cheers, |
An annotation, deprecated in Kubernetes 1.16 and no longer functional, was used to ensure priority scheduling. Signed-off-by: Steven Dake <steven.dake@gmail.com>
8ead319
to
d683f9f
Compare
Thanks for squashing and apologies for the delay. Please let us know via comment when push to a PR to address requested changes, this unfortunately slipped my review queue due to the lack of new comments since you pushed. Changes approved, I will run the test suite now. |
/test |
Marking ready to merge. All tests have passed (L4LB XDP is skipped due to this PR not changing any related code). |
An annotation, deprecated in Kubernetes 1.16 and no longer functional,
was used to ensure priority scheduling. Use priorityClassName to achieve
same result.
Signed-off-by: Steven Dake steven.dake@gmail.com
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: #issue-number