Created
December 21, 2018 04:43
-
-
Save bluesmilery/db56a4b2a463a5f9cad3fe468868dd5f to your computer and use it in GitHub Desktop.
helm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 删除release(使用helm list -a还能看到) | |
helm delete xxx | |
# 彻底删除release | |
helm delete --purge xxx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment