-
Notifications
You must be signed in to change notification settings - Fork 16
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
Consider making installation steps more user-friendly: deprecate OLM dependency #131
Comments
Hi @Dentrax, thank you for reaching out! At the moment there is no plan to get rid of OLM, as it is quite helpful in creating the needed resources, permissions, etc. However, we're having a discussion about the configuration for Helm. We'd love for you to join and share your thoughts! |
Hi, thanks for reaching out. There is interest in a Helm chart by others as well, you might want to follow this discussion in our mailing list: https://groups.google.com/g/medik8s/c/_X5YVLQanLU/m/rbVRUwgGAwAJ Kustomization is already used, operator-sdk makes use of it. See the BR, Marc |
Thank you all for such a prompt answers. Really appreciate it. I think I don't have permission to view that discussion but I'll keep an eye on this issue. Thanks. |
Feel free to request to join the discussion |
Thanks for the hint, we just made the discussions visible for everyone. For posting you still need to join the group though. |
I was trying to install the
node-maintenance-operator
on the Kubernetes cluster and noticed that this project has a dependency on OLM. And you need to run a command likeoperator-sdk run bundle <BUNDLE>
to deploy it. (which is not a common way to install an app for the Kubernetes-related apps). I had to installoperator-sdk
first time, I've never needed it before.I was wondering if you just provide much simpler way to install it like:
operators.coreos.com/v1alpha1
(I may not want to maintain OLM on Kubernetes clusters)Couldn't you just build a container image that just works without depending OLM?
Please note that, I don't not have domain-knowledge so couldn't know technical-limitations that may block us to move forward without OLM. I'm just a fresh end-user who has initially tried to install this app as a first time. So this is just a feedback.
The text was updated successfully, but these errors were encountered: