cloud-provider-vsphere icon indicating copy to clipboard operation
cloud-provider-vsphere copied to clipboard

Kubernetes Cloud Provider for vSphere https://cloud-provider-vsphere.sigs.k8s.io

Results 73 cloud-provider-vsphere issues
Sort by recently updated
recently updated
newest added

/kind feature Failure domains should be expanded beyond region/zone tags to include the following: * Clusters * Datacenters * Datastores * Host groups * ResourcePools

kind/feature
lifecycle/frozen
priority/important-longterm

Tests are missing in current vcpctl at this moment. Tests need to cover functionality in `pkg/cli` package. It also needs to investigate how to implement E2E tests for vcpctl.

kind/feature
lifecycle/frozen

/kind feature Create a pluggable mechanism for service type load balancer in CPI to support multiple loadbalancers on vSphere. ref: #272

kind/feature
lifecycle/frozen

**Is this a BUG REPORT or FEATURE REQUEST?**: > /kind feature The out-of-tree VCP depends on having systemUUID set on the node object. The systemUUID property does not get set...

kind/feature
lifecycle/frozen
priority/important-longterm

**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What happened**: Based in part on the work done here: https://github.com/vmware/vsphere-affinity-scheduling-plugin

kind/feature
lifecycle/frozen
priority/important-longterm

This issue tracks improvements to the health of the vSphere Cloud Provider / CSI project. These improvements are paramount to the success of this project and to foster a healthy...

lifecycle/frozen

vSphere does not come with a load balancer facility out of the box, but when running in VMC (a.k.a. VMware on AWS) we have access to the ELB service provided...

kind/feature
priority/awaiting-more-evidence
lifecycle/frozen
priority/important-longterm

### What happened? My cluster is deployed with kubeadm and `cloud-provider: external` is set. I can see the coredns pods are in Pending ``` kube-system coredns-74ff55c5b-kgw6x 0/1 Pending 0 10m...

kind/bug

**What this PR does / why we need it**: Follow up for #658 Upstream is using golang 1.19 now https://github.com/kubernetes/cloud-provider/blob/release-1.25/go.mod **Which issue this PR fixes** *(optional, in `fixes #(, fixes...

cncf-cla: yes
size/S
ok-to-test

Hi folks, kubernetes core supports Leader Migration in HA clusters when upgrading, but it should work together with the Leader Migration implementation in vSphere CCM. I have searched docs about...