We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for providing the community with these questions!
In https://github.com/jamesbuckett/ckad-questions/blob/main/03-ckad-deployment.md#03-04-helm-question You mention how to find a broken release: Broken Release
helm list helm uninstall my-release
but when a release is in a pending state helm list won't find it. You can with the command: helm list -a
helm list -a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for providing the community with these questions!
In https://github.com/jamesbuckett/ckad-questions/blob/main/03-ckad-deployment.md#03-04-helm-question
You mention how to find a broken release:
Broken Release
but when a release is in a pending state helm list won't find it. You can with the command:
helm list -a
The text was updated successfully, but these errors were encountered: