kube/elastic-system/README.md

8 lines
239 B
Markdown
Raw Normal View History

2022-08-30 12:29:05 +00:00
# elastic-operator
```
wget https://download.elastic.co/downloads/eck/2.2.0/crds.yaml
wget https://download.elastic.co/downloads/eck/2.2.0/operator.yaml
kubectl apply -n elastic-system -f application.yml -f crds.yaml -f operator.yaml
```