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

WIP: add delete_protection to the Cluster resource and data source (#205) #228

Conversation

fantapop
Copy link
Collaborator

Enabling delete protection on a cluster causes attempts to delete the cluster to fail. Users can set this to protect against accidental deletion of important clusters by making deletion a two-step process. To delete a protected cluster, first disable delete protection.

Commit checklist

  • Changelog
  • Doc gen (make generate)
  • Integration test(s)
  • Acceptance test(s)
  • Example(s)

rgcase and others added 2 commits April 30, 2024 15:15
Enabling delete protection on a cluster causes attempts to delete the cluster
to fail. Users can set this to protect against accidental deletion of
important clusters by making deletion a two-step process. To delete a protected
cluster, first disable delete protection.
@fantapop fantapop closed this Sep 11, 2024
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

Successfully merging this pull request may close these issues.

2 participants