-
Notifications
You must be signed in to change notification settings - Fork 398
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
Define Proper Controller Author Behavior re: Connection URLs #1339
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. /close |
@kcp-ci-bot: 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/test-infra repository. |
In some future, a controller will be able to use
ThingReplicationClaim
to request local copies of data. We expect controller authors in that new world to hold two clients - one against their local cache and another against the shard front-proxy for live lookups and mutations.Similarly, we have a VirtualWorkspace URL per shard, and perhaps controllers using these will also use
ThingReplicationClaim
. These controllers, however, cannot use one endpoint for their requests, since*
-cluster LIST+WATCH is not easy to mux/demux. We need to determine the proper flows and expectation for controller authors for when the list of URLs changes, etc./cc @sttts @ncdc
The text was updated successfully, but these errors were encountered: