diff --git a/opensearch-operator/.gitignore b/opensearch-operator/.gitignore new file mode 100644 index 0000000..d02bd12 --- /dev/null +++ b/opensearch-operator/.gitignore @@ -0,0 +1 @@ +application.yaml diff --git a/opensearch-operator/README.md b/opensearch-operator/README.md new file mode 100644 index 0000000..0a0fb80 --- /dev/null +++ b/opensearch-operator/README.md @@ -0,0 +1,10 @@ +# OpenSearch operator + +Graylog is about to move away from ElasticSearch and OpenSearch is here to stay + +``` +helm repo add opensearch-operator https://opensearch-project.github.io/opensearch-k8s-operator/ +helm template opensearch-operator opensearch-operator/opensearch-operator -n opensearch-operator --version v2.6.1 > application.yaml +kubectl create namespace opensearch-operator +kubectl apply -n opensearch-operator -f application.yaml +```