Skip to content
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

Add deregister Command for Cluster Removal #304

Open
emreberber opened this issue Nov 18, 2024 · 1 comment
Open

Add deregister Command for Cluster Removal #304

emreberber opened this issue Nov 18, 2024 · 1 comment
Assignees

Comments

@emreberber
Copy link

Description

While sveltosctl provides a register command to add clusters to a Sveltos management namespace, there is currently no deregister command to remove a cluster.


Proposed Solution

Add a sveltosctl deregister command to simplify cluster removal. For example:

sveltosctl deregister cluster \
    --namespace=<namespace> \
    --cluster=<cluster-name>

Benefits

  1. Consistency: Provides symmetry with the existing register command.
  2. Ease of Use: Simplifies cluster management by reducing reliance on kubectl.
  3. Improved User Experience: Allows users to manage cluster lifecycle entirely through sveltosctl.
@gianlucam76 gianlucam76 self-assigned this Dec 2, 2024
@gianlucam76
Copy link
Member

Will be part of next release (v0.44.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants