This message was deleted.
# general
a
This message was deleted.
s
What k8s distribution are you installing it on?
a
k3s v1.34.1+k3s
I'm attempting to use this helm chart repo. https://artifacthub.io/packages/helm/vsphere-tmm/vsphere-csi It just seems a fishy. Only has two stars and it claims to be from the vSphere Technical Marketing Team
s
It looks like https://github.com/rancher/vsphere-charts should support k3s. That's where Rancher installs its charts for RKE2 from when they're Rancher launched, I believe.
a
Yeah I tried that one already. That is not a Helm Chart repo. If you try to add it using
helm repo add <url>
it says it's not a valid repo (missing
index.yaml
). I dug into the charts folder and tried the
rancher-vsphere-cpi
and
rancher-vsphere-cpi
too but neither of them are proper helm chart repos because they are also missing the required
index.yalm
b
For my own system, I build the cluster with vsphere as the cloud provider, rancher-vsphere-spi and rancher-vsphere-csi specifying the datastoreURL. No problems with that. I take it that wouldn't suit you.