Add elastic-system

This commit is contained in:
2022-08-30 15:29:05 +03:00
parent 8e50f5b2fb
commit 893c801f67
4 changed files with 5479 additions and 0 deletions

7
elastic-system/README.md Normal file
View File

@@ -0,0 +1,7 @@
# 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
```