Difference between revisions of "Elastic-operator"

From wikieduonline
Jump to navigation Jump to search
(Created page with " kubectl patch sts elastic-operator")
 
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  [[kubectl patch sts]] elastic-operator
+
  TOMERGE: [[Elastic Cloud on Kubernetes (ECK)]]
 +
 
 +
* https://github.com/elastic/cloud-on-k8s/tree/main/deploy
 +
 
 +
[[helm repo add elastic https://helm.elastic.co]]
 +
[[helm install elastic-operator elastic/eck-operator -n elastic-system --create-namespace]]
 +
 
 +
 
 +
 +
[[helm install elastic-operator-crds]] ./eck/charts/eck-operator-crds
 +
helm install elastic-operator eck-operator -n my-namespace --create- namespace \
 +
  --set=installCRDs=false \
 +
  --set=managedNamespaces='{my-namespace}' \
 +
  --set=createClusterScopedResources=false \
 +
  --set=webhook.enabled=false
 +
 
 +
 
 +
 
 +
 
 +
[[helm show values]] [[eck-operator]]
 +
 
 +
* Values: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-operator-config.html
 +
[[log-verbosity]]
 +
 
 +
./[[elastic-operator manager]] --config=eck-config.yaml
 +
 
 +
  [[kubectl patch sts]] elastic-operator
 +
 
 +
 
 +
== News ==
 +
* May 2019 https://www.elastic.co/blog/introducing-elastic-cloud-on-kubernetes-the-elasticsearch-operator-and-beyond
 +
 
 +
== Related ==
 +
* [[GKE]]
 +
[[helm repo add]]
 +
 
 +
== See also ==
 +
* {{ECK}}
 +
* {{Elasticsearch}}
 +
* {{Kubernetes operator}}
 +
 
 +
[[Category:Elasticsearch]]

Latest revision as of 18:24, 12 December 2022

TOMERGE: Elastic Cloud on Kubernetes (ECK)
helm repo add elastic https://helm.elastic.co
helm install elastic-operator elastic/eck-operator -n elastic-system --create-namespace


helm install elastic-operator-crds ./eck/charts/eck-operator-crds 
helm install elastic-operator eck-operator -n my-namespace --create- namespace \
 --set=installCRDs=false \
 --set=managedNamespaces='{my-namespace}' \
 --set=createClusterScopedResources=false \
 --set=webhook.enabled=false



helm show values eck-operator 
log-verbosity
./elastic-operator manager --config=eck-config.yaml
 kubectl patch sts elastic-operator


News[edit]

Related[edit]

helm repo add

See also[edit]

Advertising: