Difference between revisions of "Elastic-operator"
Jump to navigation
Jump to search
(10 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
* https://github.com/elastic/cloud-on-k8s/tree/main/deploy | * https://github.com/elastic/cloud-on-k8s/tree/main/deploy | ||
− | [[helm install elastic-operator | + | [[helm repo add elastic https://helm.elastic.co]] |
− | [[helm install elastic-operator]] eck-operator -n | + | [[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 | ||
+ | |||
− | |||
Line 12: | Line 21: | ||
* Values: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-operator-config.html | * 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 18: | 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]
- Elastic Cloud on Kubernetes (ECK), elastic-operator
- Elasticsearch, installation, ELK, Elastic X-Pack,
elasticsearch.yml
, logs, ECK, Elasticsearch curl URLs, Elastisearch REST APIs,/_cat/, /_cluster/, /_xpack/
, QueryShardException, Elasticsearch index, ELK backup and restore,elasticsearch-cli
, Elasticsearch versions, ElasticSearch Snapshot Lifecycle Management (SLM), Low disk watermark, Elasticsearch storage, Elasticsearch users, Elasticsearch roles, search context, shards, Elastic Cloud, Elastic Licensing, ElasticSearch alerts, ESQL - Kubernetes operator, PGO Postgres Operator, Prometheus Operator, Operator SDK, Operator hub, OLM, Grafana operator, OperatorHub.io, OpenTelemetry, Terraform Cloud Operator, Operator Framework
Advertising: