-
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 should be able to handle multiple clusters being in the same namespace #9705
Comments
This issue is currently awaiting triage. If CAPI contributors determines this is a relevant issue, they will accept it by applying the The 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. |
Please note
What happens if you try to move multiple clusters? Or is this issue not about a concrete error but instead about expanding the supported/tested use cases of clusterctl move beyond the bootstrap use case? |
hi. This is a request to move beyond the current supported use case. |
Even if not covered by dedicated tests, and thus not recommended/officially supported, clusterctl should be able to move multiple clusters in a single namespace. Is this the use case are you trying to address? Are you having issues? If instead you are trying to move a single cluster away from a namespace where there are many, this is not supported now. The reason is that there could be things shared across clusters: Cluster Class, IP pools, ClusterResourceSets, eventually Templates etc. Ultimately the complexity is not really in clusterctl move, but in the fact that some things in Cluster API and in Cluster API providers were not designed with this use case in mind. Figuring out what those things are, how they can work in this scenario, identifying and implementing required fix etc. seems a task that requires a strong commitment. Unfortunately, when I proposed a similar discussion some time ago, the issue did not gain traction and got closed after one year of inactivity 😞
how do envision this solution? |
note: if this issue is about moving one cluster from a namespace where there are many, this issue is a duplicate of #7061 and we should dedup |
Hi @fabriziopandini |
/triage duplicate |
@fabriziopandini: The label(s) 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. |
@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. |
What would you like to be added (User Story)?
As a user I would like clusterctl move to be able to handle migrations when there are multiple clusters in the same namespace. As there are many design patterns, some users like myself have ended on having all clusters in the same namespace. This makes using clusterctl move not applicable and are required to create our own solution.
Detailed Description
clusterctl move should be able to handle many clusters being in the same kubernetes namespace.
Anything else you would like to add?
No response
Label(s) to be applied
/kind feature
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.
The text was updated successfully, but these errors were encountered: