Difference between revisions of "Helm uninstall"

From wikieduonline
Jump to navigation Jump to search
Line 15: Line 15:
 
  release "mygrafana" uninstalled
 
  release "mygrafana" uninstalled
  
 +
== Error ==
 
  helm uninstall my-test
 
  helm uninstall my-test
 
  Error: uninstall: Release not loaded: my-test: [[release: not found]]
 
  Error: uninstall: Release not loaded: my-test: [[release: not found]]
Line 26: Line 27:
 
  Usage:  helm uninstall RELEASE_NAME [...] [flags]
 
  Usage:  helm uninstall RELEASE_NAME [...] [flags]
  
 
 
== Related ==
 
== Related ==
 
* <code>[[helm list]]</code>
 
* <code>[[helm list]]</code>

Revision as of 16:05, 1 February 2024

helm uninstall RELEASE_NAME
helm uninstall -n your-namespace RELEASE_NAME
helm uninstall --keep-history XXXXX
helm uninstall grafana
helm uninstall kibana
helm uninstall  my-name
release "my-name" uninstalled
helm uninstall mygrafana
release "mygrafana" uninstalled

Error

helm uninstall my-test
Error: uninstall: Release not loaded: my-test: release: not found
helm uninstall elasticsearch
Error: uninstall: Release not loaded: elasticsearch: release: not found
helm uninstall
Error: "helm uninstall" requires at least 1 argument 

Usage:  helm uninstall RELEASE_NAME [...] [flags]

Related

See also

Advertising: