cluster-api-provider-vsphere
cluster-api-provider-vsphere copied to clipboard
/kind bug **What steps did you take and what happened:** Static ipv6 address is not assigned to cluster vm when creating photon k8s cluster. **What did you expect to happen:**...
/kind feature **Describe the solution you'd like** Currently the VSphere VM gets `paused` to get an IP assigned when you don't configure dhcp. This behavior works pretty well in the...
/kind feature **Describe the solution you'd like** I would like to see CAPV separate the operating system from the local container cache, this would be achieved by cloning the OS...
/kind feature **Describe the solution you'd like** At the last subproject meeting for CAPV, it was discussed that we want to look more into the k8s [image promoter](https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io). The idea...
/kind bug **What steps did you take and what happened:** Using the Ubuntu 18.04 Kubernetes v1.15.4 image, I wanted to quickly test Kubernetes v1.16.1. so I updated the `version` field...
/kind feature **Describe the solution you'd like** Disable auto-approval of PRs. Currently when an individual with approver status submits a PR, the PR is automatically approved. This results in a...
/kind feature **Describe the solution you'd like** Currently we can specify a DNS pool under spec.network.devices[].nameservers We cant specify a ppol of NTP server tho, although NTP is also needed...
/kind feature **Describe the solution you'd like** The user is able to specify the name of a vsphere DRS group, and the created vms are added to this DRS group....
/kind feature **Describe the solution you'd like** The package `pkg/cloud/vsphere/services/cloudprovider` is not really a service, it's more of a utility repository for creating the components necessary to deploy the external...
/kind feature **Describe the solution you'd like** The machine spec should define some label prefix to indicate which tags and values should be applied to VMs. For example: ```yaml labels:...