forked from k-space/kube
argocd
asterisk
bind
camtiler
cert-manager
cnpg-system
dragonfly-operator-system
elastic-system
etherpad
freescout
gitea
grafana
hackerspace
harbor
kube-system
kubernetes-dashboard
local-path-storage
logging
logmower
longhorn-system
metallb-system
minio-clusters
mongodb-operator
monitoring
mysql-clusters
nextcloud
nyancat
oidc-gateway
openebs
opensearch-operator
.gitignore
README.md
passmower
playground
postgres-clusters
prometheus-operator
redis-clusters
reloader
ripe87
rosdump
shared
signs
tigera-operator
traefik
whoami
whoami-oidc
wiki
wildduck
woodpecker
.gitignore
CLUSTER.md
CONTRIBUTORS.md
LICENSE.md
README.md
SLACK.md
cluster-role-bindings.yml
storage-class.yaml
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