Difference between revisions of "Helm install kibana elastic/kibana"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
helm install kibana elastic/kibana | helm install kibana elastic/kibana | ||
− | + | helm install kibana elastic/kibana [[--timeout]] 1m | |
− | |||
[[helm install kibana]] [[elastic/kibana]] | [[helm install kibana]] [[elastic/kibana]] | ||
Line 15: | Line 14: | ||
== Errors == | == Errors == | ||
− | + | [[Error: INSTALLATION FAILED: cannot re-use a name that is still in use]] | |
+ | |||
[[Error: INSTALLATION FAILED: failed pre-install]]: warning: Hook pre-install kibana/templates/configmap-helm-scripts.yaml | [[Error: INSTALLATION FAILED: failed pre-install]]: warning: Hook pre-install kibana/templates/configmap-helm-scripts.yaml | ||
failed: 1 error occurred: | failed: 1 error occurred: | ||
Line 33: | Line 33: | ||
== Related == | == Related == | ||
* <code>[[kubectl get events]] | grep [[Warning]]</code> | * <code>[[kubectl get events]] | grep [[Warning]]</code> | ||
+ | * <code>[[FailedCreate]]</code> | ||
* <code>[[kubectl logs]]</code> | * <code>[[kubectl logs]]</code> | ||
* <code>[[helm get values kibana --all]]</code> | * <code>[[helm get values kibana --all]]</code> | ||
Line 38: | Line 39: | ||
* <code>[[Insufficient cpu]], [[FailedScheduling]]</code> | * <code>[[Insufficient cpu]], [[FailedScheduling]]</code> | ||
* <code>[[Helm upgrade --install kibana elastic/kibana --set cpuwithtypo=100m]]</code> | * <code>[[Helm upgrade --install kibana elastic/kibana --set cpuwithtypo=100m]]</code> | ||
− | * [[helm install elasticsearch]] | + | * <code>[[helm install elasticsearch]]</code> |
− | * [[helm uninstall kibana]] | + | * <code>[[helm uninstall kibana]]</code> |
== See also == | == See also == |
Latest revision as of 09:21, 1 December 2023
helm install kibana elastic/kibana helm install kibana elastic/kibana --timeout 1m
helm install kibana elastic/kibana NAME: kibana LAST DEPLOYED: Tue Nov 1 07:20:59 2022 NAMESPACE: default STATUS: deployed REVISION: 1 TEST SUITE: None
helm install kibana elastic/kibana --set
Errors[edit]
Error: INSTALLATION FAILED: cannot re-use a name that is still in use Error: INSTALLATION FAILED: failed pre-install: warning: Hook pre-install kibana/templates/configmap-helm-scripts.yaml failed: 1 error occurred: * configmaps "kibana-kibana-helm-scripts" already exists
Error: INSTALLATION FAILED: failed pre-install: warning: Hook pre-install kibana/templates/pre-install-serviceaccount.yaml failed: 1 error occurred: * serviceaccounts "pre-install-kibana-kibana" already exists
Error: INSTALLATION FAILED: failed pre-install: warning: Hook pre-install kibana/templates/pre-install-role.yaml failed: 1 error occurred: * roles.rbac.authorization.k8s.io "pre-install-kibana-kibana" already exists
Error: INSTALLATION FAILED: failed pre-install: 1 error occurred: * timed out waiting for the condition
Related[edit]
kubectl get events | grep Warning
FailedCreate
kubectl logs
helm get values kibana --all
helm show all elastic/kibana
Insufficient cpu, FailedScheduling
Helm upgrade --install kibana elastic/kibana --set cpuwithtypo=100m
helm install elasticsearch
helm uninstall kibana
See also[edit]
Advertising: