Skip to content

Instantly share code, notes, and snippets.

@bluesmilery
Created December 21, 2018 04:43
Show Gist options
  • Save bluesmilery/db56a4b2a463a5f9cad3fe468868dd5f to your computer and use it in GitHub Desktop.
Save bluesmilery/db56a4b2a463a5f9cad3fe468868dd5f to your computer and use it in GitHub Desktop.
helm
# 删除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