Introduce node declared features framework#133389
Introduce node declared features framework#133389k8s-ci-robot merged 9 commits intokubernetes:masterfrom
Conversation
|
Hi @pravk03. 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. DetailsInstructions 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-sigs/prow repository. |
|
/cc |
|
/ok-to-test |
1d15b3a to
02d0205
Compare
|
/approve @tallclair has lgtm on impl bits |
|
/retest |
1 similar comment
|
/retest |
tallclair
left a comment
There was a problem hiding this comment.
A couple little things, then LGTM
|
/lgtm /hold |
|
LGTM label has been added. DetailsGit tree hash: 549b006af37acd84c85d8e9cbf4dd9ff1110c386 |
|
/retest |
1 similar comment
|
/retest |
|
Adding back LGTM after rebase |
|
LGTM label has been added. DetailsGit tree hash: 36e281b03b6a918831752a7f2d9866059e90e652 |
|
/retest |
* Reports node declared features in Node.Status.DeclaredFeatures. * Add kubelet admission handler to check pod required features and match with node declared features on pod creation. * Checks node declared features on pod updates and emits events if the node does not satisfy the pod's feature requirements. * Adds API validation for node object.
…ode declared features framework.
|
/retest |
|
/lgtm |
|
/unhold |
|
LGTM label has been added. DetailsGit tree hash: 5ecb78dbf744f78c22a80670965537f7f6458d5b |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, macsko, pravk03, tallclair The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Thank you @tallclair, @macsko, and @liggitt for the multiple rounds of review on this PR. |
What type of PR is this?
/kind feature
/kind api-change
What this PR does / why we need it:
This pull request introduces the Node Declared Features framework - KEP-5328
Which issue(s) this PR is related to:
KEP: kubernetes/enhancements#5347
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: