-
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
Allow Cluster API to stop controlling my workload cluster #7800
Comments
@iming0319: 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. |
If I got right the three use cases, IMO they are kind of different/unrelated, so my suggestion is to scope down the issue or break it down into multiple issues in order to keep the discussion focused and make the issue actionable. Some additional context about my opinion above:
|
Adding |
I read the user stories above as function requirements, to get more context can we elaborate the use cases motivating these functional requirements? e.g In an non recoverable disaster scenario for my management cluster I'd like my workload cluster to keep operating with no down time... I'd expect all/most of these requirements to be possible by leveraging .Pause API input. |
/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 an operator of a management cluster, given that I have a management cluster that I have used to deploy several workload clusters, I want to remove the Cluster/Machine objects representing one workload cluster from my management cluster without deprovisioning workload cluster.
As an operator of a management cluster, given that I have a management cluster that I have used to deploy several workload clusters, I want to uninstall Cluster API from my management cluster without deprovisioning my workload clusters.
As an operator of a management cluster, given that I have a management cluster, I want to use it to manage workload clusters that were created by a different management cluster.
Detailed Description
I just want to get rid of cluster api from controlling my workload cluster
Anything else you would like to add:
What can I do?
Just delete the related name spaces in management cluster?
Or the clusterctl delete provider command can satisfy me?
/kind feature
The text was updated successfully, but these errors were encountered: