Difference between revisions of "Helm uninstall kibana"
Jump to navigation
Jump to search
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | * <code>[[helm uninstall]] kibana</code> | ||
+ | |||
+ | == Errors == | ||
+ | k delete serviceaccounts pre-install-kibana-kibana; k delete configmap kibana-kibana-helm-scripts; helm uninstall kibana; k delete role pre-install-kibana-kibana; k delete rolebindings pre-install-kibana-kibana; k delete [[jobs.batch]] pre-install-kibana-kibana | ||
Error: uninstallation completed with 1 error(s): warning: Hook post-delete kibana/templates/configmap-helm-scripts.yaml | Error: uninstallation completed with 1 error(s): warning: Hook post-delete kibana/templates/configmap-helm-scripts.yaml | ||
failed: 1 error occurred: | failed: 1 error occurred: | ||
* [[configmaps]] "kibana-kibana-helm-scripts" already exists | * [[configmaps]] "kibana-kibana-helm-scripts" already exists | ||
− | |||
− | |||
[[Error: uninstall: Release not loaded: kibana: release: not found]] | [[Error: uninstall: Release not loaded: kibana: release: not found]] | ||
− | |||
[[Error: INSTALLATION FAILED: cannot re-use a name that is still in use]] | [[Error: INSTALLATION FAILED: cannot re-use a name that is still in use]] | ||
+ | == Related == | ||
+ | * <code>[[helm install kibana elastic/kibana]] [[--timeout]] 1m</code> | ||
+ | * <code>[[kubectl get events -A]] | grep Warning</code> | ||
− | + | == See also == | |
* {{helm install kibana}} | * {{helm install kibana}} | ||
* {{helm uninstall}} | * {{helm uninstall}} | ||
+ | |||
+ | |||
+ | [[Category:Kibana]] |
Latest revision as of 18:56, 30 November 2023
helm uninstall kibana
Errors[edit]
k delete serviceaccounts pre-install-kibana-kibana; k delete configmap kibana-kibana-helm-scripts; helm uninstall kibana; k delete role pre-install-kibana-kibana; k delete rolebindings pre-install-kibana-kibana; k delete jobs.batch pre-install-kibana-kibana
Error: uninstallation completed with 1 error(s): warning: Hook post-delete kibana/templates/configmap-helm-scripts.yaml failed: 1 error occurred: * configmaps "kibana-kibana-helm-scripts" already exists
Error: uninstall: Release not loaded: kibana: release: not found
Error: INSTALLATION FAILED: cannot re-use a name that is still in use
Related[edit]
helm install kibana elastic/kibana --timeout 1m
kubectl get events -A | grep Warning
See also[edit]
Advertising: