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 Krew command for recovering the cephcluster CR after accidental deletion #68

Closed
travisn opened this issue Oct 21, 2022 · 0 comments · Fixed by #170
Closed

Add Krew command for recovering the cephcluster CR after accidental deletion #68

travisn opened this issue Oct 21, 2022 · 0 comments · Fixed by #170
Assignees
Labels

Comments

@travisn
Copy link
Member

travisn commented Oct 21, 2022

As seen in the Rook disaster recovery guide, restoring the cephcluster CR after deletion is a very tedious and accident-prone process. Similar to the command just added for mons restore-quorum in #61, we could add a command such as:

kubectl rook-ceph undelete cephcluster [name]

Where the name could be rook-ceph by default, which is also the default for the namespace, and is the default in our example deployments.

We could also have undelete commands for other CRs, which is why we might consider undelete as a top level command.

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

Successfully merging a pull request may close this issue.

2 participants