Go to file
Brad Davidson 6228301f93 Fix vsphere cpi dns policy
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2025-09-16 09:34:49 -07:00
.github
charts Fix vsphere cpi dns policy 2025-09-16 09:34:49 -07:00
tests/unit Add support for k8s v1.34 (#115) 2025-09-05 09:56:20 -07:00
.gitignore
CODEOWNERS
DEVELOPING.MD
LICENSE
Makefile
README.md
go.mod
go.sum

README.md

vSphere Charts

The repository provides charts for vSphere CSI and CPI based on the upstream repositories and the manifests provided by those repositories.

Prerequisites

  • Helm 3.x

vSphere CSI Chart

This chart is produced using the following repository: https://github.com/kubernetes-sigs/vsphere-csi-driver

The manifests are located here. The workflow is to compare the existing helm templates to manifests in that repository when a new version has been released. Make any changes that are required to make the templates have parity with the manifests. Then submit your PR.

Any images consumed by this chart need to be mirrored in the following repository first.

vSphere CPI Charts

This chart is produced using the following repository: https://github.com/kubernetes/cloud-provider-vsphere/

The manifests are located here. The workflow is to compare the existing helm templates to manifests in that repository when a new version has been released. Make any changes that are required to make the templates have parity with the manifests. Then submit your PR.

Any images consumed by this chart need to be mirrored in the following repository first.

Using charts in rancher/charts and rancher/rke2-charts

Charts from this repository should be consumed by commit hash based on the version and features that you want to have included.