rancher-sandbox / cluster-api-provider-harvester

A Cluster API Infrastructure Provider for Harvester
Apache License 2.0
21 stars 6 forks source link

Updating Manifests to use the latest Longhorn Images #46

Closed PatrickLaabs closed 2 months ago

PatrickLaabs commented 2 months ago

Describe the solution you'd like: As of running CAPHV in Version 0.1.2, with rke2 controlplane & bootstrap provider in version 0.2.7 with Harvester 1.3.0 I ran into some issue while claiming and providing Storages with Longhorn in my Attached CAPI-Clusters.

I did some researches and just used most of the newest and latest versions I could've find.

Here are a few:

longhornio/csi-resizer:v0.5.1-lh1 => longhornio/csi-resizer:v1.10.1 longhornio/csi-provisioner:v1.6.0-lh1 => longhornio/csi-provisioner:v3.6.4 longhornio/csi-attacher:v2.2.1-lh1 => longhornio/csi-attacher:v4.5.1

longhornio/csi-node-driver-registrar:v1.2.0-lh1 => longhornio/csi-node-driver-registrar:v2.9.2 rancher/harvester-csi-driver:v0.1.6

Why do you want this feature:

With the versions we currently provide, I was not able to create any working PVC on the attached Kubernetes Cluster. Even the auto-attaching was not working for Longhorn.

With the newest versions, I was able to do it.

Anything else you would like to add: