-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Operator to Operatorhub #72
Comments
I built the operator with kubebuilder, so I'm not sure of the process, I'll see what I can do. |
ah, they have instructions https://operatorhub.io/contribute |
whats basically needed is something like this: https://olm.operatorframework.io/docs/tasks/creating-operator-manifests/ 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. |
If anyone hasnt started working on it, I'd like to start on this. I already have experience of managing and releasing operators via operatorhub/olm, more specifically redhat's operatorhub. |
@MuneebAijaz I was waiting for a few things to fall out on my end, if you're still interested, go ahead. But I'd ask you that you link back to this ticket. |
thanks, i will start with this. |
would be nice to be able to install the operator via https://operatorhub.io/ (olm)
The text was updated successfully, but these errors were encountered: