Difference between revisions of "Helm install elasticsearch"

From wikieduonline
Jump to navigation Jump to search
Line 27: Line 27:
 
* <code>[[helm search]] | grep elastic</code>
 
* <code>[[helm search]] | grep elastic</code>
 
* <code>[[helm repo add elastic]]</code>
 
* <code>[[helm repo add elastic]]</code>
* <code>[[helm uninstall]]</code>
 
* <code>[[helm repo list]]</code>
 
* <code>[[helm install kibana]]</code>
 
[[StorageClassName]]
 
 
* <code>[[helm repo add elastic]] https://helm.elastic.co</code>
 
* <code>[[helm repo add elastic]] https://helm.elastic.co</code>
 
* <code>[[helm search repo elastic]]</code>
 
* <code>[[helm search repo elastic]]</code>

Revision as of 20:08, 12 December 2022

TO_MERGE: helm install elasticsearch elastic/elasticsearch

helm install elasticsearch elastic/elasticsearch

To spin a 2 nodes cluster instead of default 3 node cluster:

helm install elasticsearch elastic/elasticsearch --set replicas=2
helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.17.3
https://artifacthub.io/packages/helm/elastic/elasticsearch
helm install elasticsearch 
Error: INSTALLATION FAILED: must either provide a name or specify --generate-name
helm3 install elasticsearch ./helm-charts/elasticsearch
Error: INSTALLATION FAILED: path "./helm-charts/elasticsearch" not found
"stacktrace": ["org.elasticsearch.bootstrap.StartupException: java.lang.IllegalArgumentException: unknown setting [cluster.deprecation_indexing.enabled] please check that any required plugins are installed, or check the breaking changes documentation for removed settings"


Info

Related

See also

  • https://github.com/elastic/helm-charts#eck
  • Advertising: