siderolabs / talos-vmtoolsd

VMware tools implementation for the Talos Kubernetes platform, using govmomi and Talos' apid
Apache License 2.0
28 stars 14 forks source link

Is Persistent Storage Supported? #5

Closed rgl closed 2 years ago

rgl commented 2 years ago

Is persistent storage supported or is going to be supported?

Somehow support for Container Storage Interface (CSI) using, e.g., virtual disks (VMDK)?

I can see that the README has [x] Validate interopability with with VMware K8s CNI/CSI, does that mean that https://cloud-provider-vsphere.sigs.k8s.io/concepts/vmware_vsphere_storage.html works out-of-the-box?

mologie commented 2 years ago

Yes, the VMware's CSI works nicely along with talos-vmtoolsd. I documented how I set it up in my team's environment here: https://github.com/mologie/talos/commit/28f10f2c85797f6459ad78e5feaf258a2e46df6d

rgl commented 2 years ago

@mologie Thank you!

mologie commented 2 years ago

(Note I just released version 0.3. You'll need that for a fresh install, Talos 0.14-1.0 support is no longer in beta as of now o/.)