-
Notifications
You must be signed in to change notification settings - Fork 22
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
Helm based deployment #328
Comments
Hi @alexku7, thanks for reaching out. We lately had a similar discussion on our [email protected] , so feel free to check it out for more context.
|
here the link to the relevant thread, because the discussion is ongoing: https://groups.google.com/g/medik8s/c/_X5YVLQanLU/m/rbVRUwgGAwAJ |
Any update for this issue? Second question we have two steps in Makefile Do these two steps are not enough to install NHO on ks manually? |
These steps expect some configuration (related to RBAC) already in place in the cluster, which is something that OLM does |
I checked the list of resources which are installed by (operator-sdk olm install), https://olm.operatorframework.io/docs/getting-started/ So which of these CRDs are required to install (node-healthcheck-operator) without using OLM at all? As I understand OLM, its and package manager, ( install, uninstall, update..etc). so no need to have it in case that I can deploy the same manifests using helm or any other way. |
Have you already had a look at https://groups.google.com/g/medik8s/c/_X5YVLQanLU/m/rbVRUwgGAwAJ ? |
yes I did,it doesnt work :( |
There's definitely some work to be done, and unfortunately, we don't currently have the capacity to take it on. However, we're absolutely open to reviewing PRs and appreciate any contributions from the community. |
any deployment method which doesn't use OLM, including |
Where could we find such configuration certificates setup? I guess that OLM generates and mounts them to the images on runtime, so where I can find these certificates configuration? Second question: we couldn't make this process as a part of configuration for specific operator? so in case that it requires these certificates then operator has to add it as a secret or mount it somehow? I believe that it's good to have info about resources installed via OLM for any operator. for now, where can I find cert configuration? |
look for
see |
Hello
Any chance to see a helm based deployment package?
We have many but relatively small clusters. Installing the OLM operator in order to install the node-healthcheck-operator is "kind of" overhead and resource wasting.
Helm installation package could be very useful.
The text was updated successfully, but these errors were encountered: