Adding new label to indicate what is managing an EndpointSlice#83965
Adding new label to indicate what is managing an EndpointSlice#83965k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
|
/retest |
1 similar comment
|
/retest |
|
Given the recent change in ipFamily, is this still needed? |
There was a problem hiding this comment.
FailedToLabelEndpointSlices reason seems to be misleading
There was a problem hiding this comment.
Yeah it's hard to come up with a good but somewhat concise summary of what this is. I ended up changing this to FailedToSetEndpointSliceManagedByLabel, hopefully that's not too long.
This adds a new Label to EndpointSlices that will ensure that multiple controllers or entities can manage subsets of EndpointSlices. This label provides a way to indicate the controller or entity responsible for managing an EndpointSlice. To provide a seamless upgrade from the alpha release of EndpointSlices that did not support this label, a temporary annotation has been added on Services to indicate that this label has been initially set on EndpointSlices. That annotation will be set automatically by the EndpointSlice controller with this commit once appropriate Labels have been added on the corresponding EndpointSlices.
7eb3acb to
6b8b2ff
Compare
|
/assign @thockin |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: freehan, robscott, thockin 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This adds a new Label to EndpointSlices that will ensure that multiple controllers or entities can manage subsets of EndpointSlices. This label provides a way to indicate the controller or entity responsible for managing an EndpointSlice.
To provide a seamless upgrade from the alpha release of EndpointSlices that did not support this label, a temporary annotation has been added on Services to indicate that this label has been initially set on EndpointSlices. That annotation will be set automatically by the EndpointSlice controller with this commit once appropriate Labels have been added on the corresponding EndpointSlices.
Special notes for your reviewer:
This is dependent on the associate proposal PR getting approved.
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/sig network
/priority important-longterm
/cc @freehan