Difference between revisions of "Helm install elasticsearch elastic/elasticsearch"

From wikieduonline
Jump to navigation Jump to search
Line 31: Line 31:
 
== Related ==
 
== Related ==
 
* <code>[[helm repo add elastic]] https://helm.elastic.co</code>
 
* <code>[[helm repo add elastic]] https://helm.elastic.co</code>
[[helm get values elasticsearch --all]]
+
* <code>[[helm get values elasticsearch --all]]</code>
[[helm show]]
+
* <code>[[helm show]]</code>
 
* <code>[[helm search repo elastic]]</code>
 
* <code>[[helm search repo elastic]]</code>
 
* <code>[[Elastic/elasticsearch]]</code>
 
* <code>[[Elastic/elasticsearch]]</code>

Revision as of 05:52, 2 November 2022

TO_MERGE: helm install elasticsearch


helm install elasticsearch elastic/elasticsearch
helm install elasticsearch elastic/elasticsearch --set replicas=2


helm install elasticsearch elastic/elasticsearch
helm install elasticsearch elastic/elasticsearch
NAME: elasticsearch
LAST DEPLOYED: Tue Sep 20 17:15:38 2022
NAMESPACE: default
STATUS: deployed
REVISION: 1
NOTES:
1. Watch all cluster members come up.
  $ kubectl get pods --namespace=default -l app=elasticsearch-master -w2. Test cluster health using Helm test.
  $ helm --namespace=default test elasticsearch

Configuration options

extraVolumes
extraVolumeMounts

Changing values

helm upgrade --install elasticsearch elastic/elasticsearch --set replicas=2

Related

See also

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