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
|
|
|
|
```
|