Skip to content
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

[Release-1.28] - Add vSphere csi/cpi support for v1.30 #6338

Closed
dereknola opened this issue Jul 15, 2024 · 1 comment
Closed

[Release-1.28] - Add vSphere csi/cpi support for v1.30 #6338

dereknola opened this issue Jul 15, 2024 · 1 comment
Assignees

Comments

@dereknola
Copy link
Contributor

Backport fix for Add vSphere csi/cpi support for v1.30

@mdrahman-suse
Copy link
Contributor

mdrahman-suse commented Jul 24, 2024

Validated with RC v1.28.12-rc4+rke2r1

Testing

Steps: #6336 (comment)

Validation

$ rke2 -v
rke2 version v1.28.12-rc4+rke2r1 (9e861ad70da2c4164f5a2fddf58497365e7172f2)
go version go1.22.5 X:boringcrypto
$ kgn
NAME      STATUS   ROLES                       AGE   VERSION
md-rke2   Ready    control-plane,etcd,master   12m   v1.28.12+rke2r1

$ kgp
NAMESPACE     NAME                                                   READY   STATUS      RESTARTS      AGE
default       basic                                                  1/1     Running     0             72s
kube-system   cilium-87wjg                                           1/1     Running     0             12m
kube-system   cilium-operator-695b4bfc8b-ng5jf                       0/1     Pending     0             12m
kube-system   cilium-operator-695b4bfc8b-vpwxd                       1/1     Running     0             12m
kube-system   etcd-md-rke2                                           1/1     Running     0             12m
kube-system   helm-install-rancher-vsphere-cpi-d9nf4                 0/1     Completed   0             12m
kube-system   helm-install-rancher-vsphere-csi-kzgpb                 0/1     Completed   0             12m
kube-system   helm-install-rke2-cilium-sfd6t                         0/1     Completed   0             12m
kube-system   helm-install-rke2-coredns-52dg4                        0/1     Completed   0             12m
kube-system   helm-install-rke2-ingress-nginx-2gtr4                  0/1     Completed   0             12m
kube-system   helm-install-rke2-metrics-server-wzjvn                 0/1     Completed   0             12m
kube-system   helm-install-rke2-snapshot-controller-86vvq            0/1     Completed   1             12m
kube-system   helm-install-rke2-snapshot-controller-crd-sqkqz        0/1     Completed   0             12m
kube-system   helm-install-rke2-snapshot-validation-webhook-zskxt    0/1     Completed   0             12m
kube-system   kube-apiserver-md-rke2                                 1/1     Running     0             12m
kube-system   kube-controller-manager-md-rke2                        1/1     Running     0             12m
kube-system   kube-proxy-md-rke2                                     1/1     Running     0             12m
kube-system   kube-scheduler-md-rke2                                 1/1     Running     0             12m
kube-system   rancher-vsphere-cpi-cloud-controller-manager-pz824     1/1     Running     0             12m
kube-system   rke2-coredns-rke2-coredns-84b9cb946c-gd4cv             1/1     Running     0             12m
kube-system   rke2-coredns-rke2-coredns-autoscaler-b49765765-87d54   1/1     Running     0             12m
kube-system   rke2-ingress-nginx-controller-5pmbj                    1/1     Running     0             11m
kube-system   rke2-metrics-server-655477f655-c2vc8                   1/1     Running     0             11m
kube-system   rke2-snapshot-controller-59cc9cd8f4-8vdtz              1/1     Running     0             11m
kube-system   rke2-snapshot-validation-webhook-54c5989b65-56gkj      1/1     Running     0             11m
kube-system   vsphere-csi-controller-99f6bbffb-7cvk6                 5/5     Running     0             12m
kube-system   vsphere-csi-controller-99f6bbffb-f777r                 5/5     Running     0             12m
kube-system   vsphere-csi-controller-99f6bbffb-kmqvw                 5/5     Running     0             12m
kube-system   vsphere-csi-node-j8vfz                                 3/3     Running     2 (11m ago)   11m

$ k get po,pvc
NAME        READY   STATUS    RESTARTS   AGE
pod/basic   1/1     Running   0          84s

NAME                              STATUS   VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS     AGE
persistentvolumeclaim/mdrclaim2   Bound    pvc-567f5a44-1825-4e77-b384-a9b8dfcf68ff   1Gi        RWO            vsphere-csi-sc   88s

$ k get pv
NAME                                       CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS   CLAIM               STORAGECLASS     REASON   AGE
pvc-567f5a44-1825-4e77-b384-a9b8dfcf68ff   1Gi        RWO            Delete           Bound    default/mdrclaim2   vsphere-csi-sc            98s

$ helm ls -A | grep rancher
...
rancher-vsphere-cpi             	kube-system	1       	2024-07-24 23:34:24.38900123 +0000 UTC 	deployed	rancher-vsphere-cpi-1.8.000             	1.30.1
rancher-vsphere-csi             	kube-system	1       	2024-07-24 23:34:24.329323532 +0000 UTC	deployed	rancher-vsphere-csi-3.3.0-rancher100    	3.3.0-rancher1
Screen Shot 2024-07-24 at 7 11 19 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants