[ovirt-users] Re: Deploy ovirt-csi in the kubernetes cluster
> 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-le...@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/ signature.asc Description: This is a digitally signed message part. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@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/TFAFQRBPBIWJQEPVHU2O24VGMGBWB7A4/
[ovirt-users] Re: Deploy ovirt-csi in the kubernetes cluster
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 ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@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/JWKYB6EGP2NPGOCUBLXWE6DGG4KZJSDL/
[ovirt-users] Re: Deploy ovirt-csi in the kubernetes cluster
Hello, understand this is an old post but were you able to make this work on native kubernetes. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@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/SKTQAFVLPQ7D2TLIMDP7UFN7XB3ZXFGQ/
[ovirt-users] Re: Deploy ovirt-csi in the kubernetes cluster
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: "" ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@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/F7BOH3R6Y57VUOVS4OAHNVYHVUROJCWH/
[ovirt-users] Re: Deploy ovirt-csi in the kubernetes cluster
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 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-le...@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/LXDC4GXKETPQIPHYVYMALHBJLB5XDT4E/ ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@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/4K5S64KNJPTOKZFD7SDCG3WY7FPDCMKW/