-
Notifications
You must be signed in to change notification settings - Fork 44
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 Chart Friendly with Talos Linux Specificity #207
Comments
You can use kustomize as a post renderer. I use flux with the following:
Hopefully it helps! |
Thanks for saving me a bunch of time @jpecora716 ! I rewrote it to work with the new recommended
|
leosunmo
added a commit
to leosunmo/jiva-operator
that referenced
this issue
Dec 28, 2023
Tackles issue openebs-archive#207. Adds the ability to enable HostPID: true for the csi Node DaemonSet. It also adds the ability to inject a custom configuration in to the hardcoded `openebs-jiva-csi-iscsiadm` ConfigMap. These changes are pretty small but ensures that the Jiva Operator can more easily be used with (Talos)[https://www.talos.dev/]. Talos requires some modifications for it to work properly with Talos. Details here: https://www.talos.dev/v1.6/kubernetes-guides/configuration/replicated-local-storage-with-openebs-jiva/#patching-the-jiva-installation Signed-off-by: Leo Palmer Sunmo <leo.sunmo@gmail.com>
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the problem/challenge you have
I want to use OpenEBS Jiva in my cluster and use only helm to install it. My Cluster is built with Sidero and uses Talos Linux.
In the documentation of Talos, they explain how to install OpenEBS Jiva but it requires two small patches:
Describe the solution you'd like
Environment:
no relevant
Thanks for your advice and help.
The text was updated successfully, but these errors were encountered: