rancher / rke2

https://docs.rke2.io/
Apache License 2.0
1.54k stars 266 forks source link

[Release-1.29] - Bump Harvester CSI driver v0.1.20 #7053

Closed brandond closed 2 days ago

brandond commented 3 days ago

Backport fix for Bump Harvester CSI driver v0.1.20

ShylajaDevadiga commented 2 days ago

Validated using latest commit on release-1.29 branch, Harvester CSI driver v0.1.20

Environment Details

Infrastructure Cloud EC2 instance Node(s) CPU architecture, OS, and Version: $ cat /etc/os-release

PRETTY_NAME="Ubuntu 24.04 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04 LTS (Noble Numbat)"

Cluster Configuration: Single node

Config.yaml:

cat /etc/rancher/rke2/config,yaml
write-kubeconfig-mode: "0644"
cloud-provider-name: harvester

Validation results:

ubuntu@ip-172-31-13-35:~$ rke2 -v
rke2 version v1.29.9+dev.e25be620 (e25be620a9a593bd4c5a3f5bc8a7411f7b772a17)
go version go1.22.6 X:boringcrypto
ubuntu@ip-172-31-13-35:~$ helm list --kubeconfig=/etc/rancher/rke2/rke2.yaml -A |grep harvester
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /etc/rancher/rke2/rke2.yaml
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /etc/rancher/rke2/rke2.yaml
harvester-cloud-provider    kube-system 1           2024-10-16 23:35:24.730013577 +0000 UTC deployed    harvester-cloud-provider-0.2.600    v0.2.0     
harvester-csi-driver        kube-system 1           2024-10-16 23:35:24.68274613 +0000 UTC  deployed    harvester-csi-driver-0.1.2000       v0.2.1     
ubuntu@ip-172-31-13-35:~$