-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
clusterctl move support for cluster-scoped global resources #3081
Comments
/milestone v0.3.x |
some background about the move operation:
in order to address this issue: |
|
/assign |
@gab-satchi Before we start implementation, let's discuss a little more about the use case & proposed solution |
/lifecycle active |
/milestone v0.4.0 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
/area clusterctl |
/close |
@fabriziopandini: 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. |
User Story
As a cluster operator using AWS as per kubernetes-sigs/cluster-api-provider-aws#1713, I reference a cluster-scoped resource in my AWSCluster object. When I use
clusterctl move
, I want my cluster-scoped resource to be copied to the target cluster so Cluster API continues running.Detailed Description
New in kubernetes-sigs/cluster-api-provider-aws#1713 is the use of cluster-scoped account principal resources for credential management for CAPA. clusterctl will need to be extended to support the copy of the cluster scoped resource to the target cluster when it exists as an owner reference on the AWSCluster resource.
For CAPA's purposes, a deletion of the original principal is not needed, and it is OK-ish for the cluster resource to be potentially mutated in the source cluster and another namespace moved to the target cluster and the cluster-scoped resource to be re-copied.
Anything else you would like to add:
This is by no means an exhaustive description of what needs to be done, but more a starter for ten (e.g. this also potentially affects ClusterResourceSet in a different way)
[Miscellaneous information that will assist in solving the issue.]
/kind feature
The text was updated successfully, but these errors were encountered: