Geetika Batra
Geetika Batra
/kind bug This issue is to list out the files which are required to be tested in pkg/manager ``` sigs.k8s.io/cluster-api-provider-vsphere/pkg/manager/manager.go:51: New 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/manager/manager.go:117: GetContext 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/manager/network.go:33: GetNetworkProvider 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/manager/options.go:92: defaults...
/kind bug Improving test coverage in pkg/services ``` sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/rule.go:35: IsMandatory 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/rule.go:39: Disabled 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/rule.go:46: negate 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/rule.go:50: VerifyAffinityRule 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/rule.go:67: listRules 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/service.go:34: ListHostsFromGroup 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/vmgroup.go:27: FindVMGroup 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/vmgroup.go:54:...
/kind feature CAPZ has a concise aggregation of development steps inside the [Makefile](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/bfec0748880c9f1332efdcc6bc29559d25a7fef6/Makefile#L238-L300). This will bring more clarity to CAPV development. The steps we can add are - [ ]...
/kind bug **What steps did you take and what happened:** Currently, all CAPI related E2E tests are written in different files. The idea is to consolidate all the CAPI related...
/kind bug During cluster migration, the underlying VM(one of the worker nodes) somehow gets disconnected from its network at the VM level. **What did you expect to happen:** vm-operator controller...
Currently there is no peroidic job to check test coverage in CAPV. This will check every 24 hours and update the status in coverage.txt and coverage.html Signed-off-by: [email protected] [email protected]
/kind feature Openstack supports defining [anti-affinity / affinity](https://docs.openstack.org/senlin/ocata/user/policy_types/affinity.html) rules for VMs. This feature adds support for the user to specify affinity/anti-affinity grouping for the VMs. Use case: The user created...
Restarts containers in post kubeadm so that /etc/host values are loaded.This is a hack for lack of Azure NLB hairpin support as it does not work for all hostNetwork pods...