Difference between revisions of "Helm install elasticsearch"

From wikieduonline
Jump to navigation Jump to search
 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.17.3
+
 
 +
  [[helm repo add elastic https://helm.elastic.co]]
 +
[[helm install elasticsearch elastic/elasticsearch]]
 +
[[helm install kibana elastic/kibana]]
 +
 
 +
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
 
  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"
 
  "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"
  
  
helm search | grep elastic
+
== Info ==
 +
* <code>[[helm show all elastic/elasticsearch]]</code>
 +
* <code>[[helm show values elastic/elasticsearch]]</code>
 +
* <code>[[helm get values elasticsearch --all]]</code>
 +
 
 +
== Related ==
 +
* <code>[[helm search]] | grep elastic</code>
 +
* <code>[[helm search repo elastic]]</code>
 +
* <code>[[Elastic/elasticsearch]]</code>
 +
* Install using [[ECK]] operator (recommended) <ref>https://github.com/elastic/helm-charts#eck</ref>
 +
* <code>[[Defaulted container "elasticsearch" out of: elasticsearch, configure-sysctl (init)]]</code>
 +
 
 +
* <code>[[helm upgrade --install]] elasticsearch elastic/elasticsearch</code>
 +
* <code>[[helm test]]</code>
 +
* [[helm uninstall elasticsearch]]
  
 
== See also ==
 
== See also ==
 +
* {{helm install elasticsearch}}
 
* {{Elasticsearch}}
 
* {{Elasticsearch}}
  
 
[[Category:Elasticsearch]]
 
[[Category:Elasticsearch]]

Latest revision as of 19:08, 30 November 2023

helm repo add elastic https://helm.elastic.co
helm install elasticsearch elastic/elasticsearch
helm install kibana elastic/kibana

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[edit]

Related[edit]

See also[edit]

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