cluster-api-provider-vsphere
cluster-api-provider-vsphere copied to clipboard
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] As an operator I would like to use hardware label to differentiate...
/kind feature **Describe the solution you'd like** As an operator I would like to pin memory to max for workload clusters running at production environment. Memory reservation management via the...
/kind bug **What steps did you take and what happened:** I tried to specify "global static routes" in a clusterclass as this field was available: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/a2f8e744a7f4f72cdd5c1d33256cae49b3aa9021/apis/v1beta1/types.go#L271-L274 Upon inspecting `instance-data.json`, it...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Add to the developer guide how to: * Handle linting (e.g. using...
I didn't have time to take a closer look, but it probably makes sense to check if the CSI/CPI manifests we generate into cluster-templates via flavorgen are up-to-date with upstream...
In core CAPI at some point we centralized our calls to testenv in the [envtest](https://github.com/kubernetes-sigs/cluster-api/tree/49da5bcfa133eceb5fad26a8cd80fa5533ab6235/internal/test/envtest) library. This makes testenv setup consistent across the code base and allowed us to implement...
After the recent changes in #2051 we are now publishing images on every merge to the main and release branches. Additionally for the main branch we tag images with a...
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] The prowjob [periodic-e2e-main](https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-provider-vsphere#periodic-e2e-main) shows 2/14 failed jobs for the test:...
Saw a few failing runs of pull-cluster-api-provider-vsphere-test on PRs recently. One example is this one: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-vsphere/2023/pull-cluster-api-provider-vsphere-test/1681753835858563072 Not exactly sure what's going on, but currently don't have time to take a...
/kind bug **What steps did you take and what happened:** With the NodeLabeling feature turned on, capv controller is unable to label the managed cluster's nodes and emits errors similar...