-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add missing priorityClassName for critical pods #8200
Conversation
Hi @johngmyers. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
/test pull-kops-e2e-kubernetes-aws |
2 similar comments
/test pull-kops-e2e-kubernetes-aws |
/test pull-kops-e2e-kubernetes-aws |
2420741
to
b49bcf5
Compare
...s/cloudup/resources/addons/digitalocean-cloud-controller.addons.k8s.io/k8s-1.8.yaml.template
Show resolved
Hide resolved
Fixes #7605 |
f1777ab
to
38aafc7
Compare
I believe we've now unblocked this, and we would like to merge this and cherry-pick back to >= 1.16 (?) Thanks for driving this @johngmyers - though I think it needs a rebase (hopefully just one more!) /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johngmyers, justinsb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Conflicts: upup/pkg/fi/cloudup/bootstrapchannelbuilder.go upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/amazonvpc/manifest.yaml upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/simple/manifest.yaml upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/weave/manifest.yaml
/lgtm |
Cherry pick of #8200: Add missing priorityClassName for critical pods
Cherry pick of #8200: Add missing priorityClassName for critical pods
/kind bug
Several pod manifests with the
scheduler.alpha.kubernetes.io/critical-pod
annotation (for which support was removed in Kubernetes 1.16) were missing a correspondingpriorityClassName
.Fixes #7605