-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
KEP 1645: add a derived service annotation on ServiceImport #4715
base: master
Are you sure you want to change the base?
Conversation
If the implementation is using derived Service suggest adding the annotation `multicluster.kubernetes.io/derived-service` to ServiceImport objects to point toward the actual derived Service. This may help third party controllers like GatewayAPI to integrate/add MCS-API support. This formalize what was already being done in the mcs-api "reference implementation" here: https://github.com/kubernetes-sigs/mcs-api/blob/2833f83cfbdc46d80e0e18111ec977c4ef16e51d/pkg/controllers/serviceimport.go#L80-L90. Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: MrFreezeex The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
cc @JeremyOT @skitt @mikemorris @lauralorenz if you could get a look to this at some point that would be amazing 🙏 |
/remove-lifecycle stale |
multicluster.kubernetes.io/derived-service
to ServiceImport objects to point toward the actual derived Service.multicluster.kubernetes.io/derived-service
to ServiceImport objects to point toward the actual derived Service. This may help third party controllers like GatewayAPI implementations to integrate/add MCS-API support. This formalize what was already being done in the mcs-api "reference implementation" here:https://github.com/kubernetes-sigs/mcs-api/blob/2833f83cfbdc46d80e0e18111ec977c4ef16e51d/pkg/controllers/serviceimport.go#L80-L90.