Difference between revisions of "Elastic-operator"

From wikieduonline
Jump to navigation Jump to search
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
TOMERGE: [[Elastic Cloud on Kubernetes (ECK)]]
 +
 
* https://github.com/elastic/cloud-on-k8s/tree/main/deploy
 
* https://github.com/elastic/cloud-on-k8s/tree/main/deploy
  
  [[helm install elastic-operator]] elastic/eck-operator  
+
[[helm repo add elastic https://helm.elastic.co]]
  [[helm install elastic-operator]] eck-operator -n elastic-system --create-namespace  
+
  [[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
 +
 
  
[[kubectl patch sts]] elastic-operator
 
  
  
 
  [[helm show values]] [[eck-operator]]  
 
  [[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 ==
 
== News ==
Line 14: Line 33:
 
== Related ==
 
== Related ==
 
* [[GKE]]
 
* [[GKE]]
 +
[[helm repo add]]
  
 
== See also ==
 
== See also ==
 
* {{ECK}}
 
* {{ECK}}
 
* {{Elasticsearch}}
 
* {{Elasticsearch}}
 +
* {{Kubernetes operator}}
  
 
[[Category:Elasticsearch]]
 
[[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: