2022-08-30 12:29:05 +00:00
|
|
|
# elastic-operator
|
|
|
|
|
|
|
|
```
|
2024-07-27 07:50:17 +00:00
|
|
|
wget https://download.elastic.co/downloads/eck/2.13.0/crds.yaml
|
|
|
|
wget https://download.elastic.co/downloads/eck/2.13.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
|
|
|
|
```
|