-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
[Unclear] example: Deploying Cassandra with a StatefulSet #47039
Comments
Related page: https://kubernetes.io/docs/tutorials/stateful-application/cassandra/#cleaning-up |
I think we can improve the advice, or change the grace period to be quite a bit shorter. Not sure which is better. |
/triage accepted |
/retitle [Unclear] example: Deploying Cassandra with a StatefulSet |
I have tried to reproduce the issue with a grace period of 300 seconds. And I observed that all my related resources were deleted in under 10 seconds. |
I would like to work on this issue. /assign |
/assign |
When running this command:
The grace period it was going to sleep was 1800s (30m), so after all resources were deleted (about 5-6s), I hit Ctrl-C, then manually ran the line after the sleep:
kubectl delete persistentvolumeclaim -l app=cassandra
Recommend adding a note to avoid having the student wait 30m for a command to finish that might only take a few seconds.
The text was updated successfully, but these errors were encountered: