hyperspike / valkey-operator

A Kubernetes Operator to deploy and manage Valkey Clusters
https://hyperspike.io
Apache License 2.0
40 stars 2 forks source link

Add Operator to Operatorhub #72

Open Elyytscha opened 4 days ago

Elyytscha commented 4 days ago

would be nice to be able to install the operator via https://operatorhub.io/ (olm)

dmolik commented 4 days ago

I built the operator with kubebuilder, so I'm not sure of the process, I'll see what I can do.

dmolik commented 4 days ago

ah, they have instructions https://operatorhub.io/contribute

Elyytscha commented 3 days ago

whats basically needed is something like this:

https://olm.operatorframework.io/docs/tasks/creating-operator-manifests/ https://olm.operatorframework.io/docs/tasks/creating-operator-bundle/

manually or via cicd like github actions

and then submitt the created bundle via pr to https://github.com/k8s-operatorhub/community-operators and maybe to https://github.com/redhat-openshift-ecosystem/community-operators-prod too if you want to support openshift natively too.