Deploy ovirt-csi in the kubernetes cluster

Hi, I want to deploy ovirt-csi in the kubernetes cluster. But the guide only has how to deploy to openshift. How can I deploy the ovirt-csi in the kubernetes cluster? Is there any way to do that?

We don't test it on kubernetes, but I know some users use it successfully with kubernetes by applying the manifests[1] manually [1] https://github.com/openshift/ovirt-csi-driver-operator/tree/master/assets On Fri, Jul 23, 2021 at 4:12 AM <ssarang520@gmail.com> wrote:
Hi,
I want to deploy ovirt-csi in the kubernetes cluster. But the guide only has how to deploy to openshift. How can I deploy the ovirt-csi in the kubernetes cluster? Is there any way to do that? _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/LXDC4GXKETPQIP...

1. When I tried to deploy manually, I found that there were variables in the yaml file. What is the value of the ${KUBE_RBAC_PROXY_IMAGE}? 2. I have confirmed that the secret is also required. So I created a secret with the yaml below. Is the data correct? How can I get the value of ovirt_ca_bundle? apiVersion: v1 kind: Secret metadata: name: ovirt-credentials namespace: openshift-cluster-csi-drivers data: ovirt_url: aHR0cHM6Ly9vdmlydC50bWF4LmRvbTo4NDQzL292aXJ0LWVuZ2luZS9hcGkK ovirt_username: YWRtaW5AaW50ZXJuYWwK ovirt_password: MAo= ovirt_insecure: ZmFsc2UK ovirt_ca_bundle: Cg== ovirt_url: "https://host.tmax.dom:8443/ovirt-engine/api" ovirt_username: "admin@internal" ovirt_password: "0" ovirt_insecure: "false" ovirt_ca_bundle: ""

Hello, understand this is an old post but were you able to make this work on native kubernetes.

I am running ovirt-csi on rke2 cluster. I deployed it "manually" using manifests: https://github.com/openshift/ovirt-csi-driver-operator/tree/master/manifests I found just one issue and it upgrade of cluster. It leave the pods and disk attached (that is OK) but once core k8s components are upgrade/restarted ovirt-csi driver try to mount already mounted disk and it "fail" and "spam" k8s events log. If disk is already mounted it should "continue" and not exit with error :( I opened an issue, but there is no comment till now. https://github.com/openshift/ovirt-csi-driver/issues/97

I found just one issue and it upgrade of cluster. It leave the pods and disk attached (that is OK) but once core k8s components are upgrade/restarted ovirt-csi driver try to mount already mounted disk and it "fail" and "spam" k8s events log. If disk is already mounted it should "continue" and not exit with error :(
IMHO, this is very likely caused by BZ #1983930 [1]
I opened an issue, but there is no comment till now.
bugzilla is probably better place to report bug [1] https://bugzilla.redhat.com/1983930
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/JWKYB6EGP2NPG OCUBLXWE6DGG4KZJSDL/
participants (5)
-
Benny Zlotnik
-
moizr@emiratesnbd.com
-
Petr Kyselák
-
ssarang520@gmail.com
-
Vojtech Juranek