kube/elastic-system/README.md

8 lines
239 B
Markdown
Raw Normal View History

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