-
Notifications
You must be signed in to change notification settings - Fork 923
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
[Feature] Expose APIServer Service provisioned by karmada-operator #5767
Comments
@jabellard @chaosi-zju What do you think of having a doc for this feature? |
@RainbowMango , @chaosi-zju : Thanks for tackling the other items in this epic. I can do this last one. Today, we have some docs for the operator, so I'm thinking I can just add to it by adding instructions for discovering the API Server service for a Karmada instance. What do you think? |
Yes, I agree, users need the instructions for exporting APIServer. For now, I think we can put the document at the operator README. For the long term, I guess we should move it to the website as we are going to have more documents. |
Thanks your efffort, I can help reviewing your doc~ |
@jabellard Any update? |
@RainbowMango , thanks for the reminder. I lost track of this umbrella issue at some point. Just submitted a PR for enhancing the docs. |
/close |
@RainbowMango: Closing this issue. In response to this:
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-sigs/prow repository. |
Background
Currently, there is no reliable method to reference the Service for the Karmada APIServer. Users have to infer the Service based on internal implementation details, which can change over time, making this approach fragile and unreliable. This feature aims to provide a robust and stable way to expose Karmada services, particularly the APIServer, to external clusters or networks.
Proposal
#5599
The goal of this feature is to enhance the karmada-operator to include the Karmada API Server Service information in the status of Karmada resource objects. This will provide a standardized and reliable way for third-party applications to discover and interact with the Karmada API Server Service. The feature will ensure that the service information is consistently available and up-to-date, regardless of internal implementation changes.
Iteration Tasks
KarmadaStatus
#5599)LoadBalancer
. (@chaosi-zju, enable LoadBalancer type karmada-apiserver service in operator #5773)LoadBalancer
.KarmadaStatus
#5775)KarmadaStatus
#5775)The text was updated successfully, but these errors were encountered: