kubernetes-sigs/cluster-api-provider-vsphere
View on GitHubNo test verifies VMs are created as linked clone
Open
#1,765 opened on Feb 2, 2023
area/govmomihelp wantedkind/feature
Repository metrics
- Stars
- (417 stars)
- PR merge metrics
- (PR metrics pending)
Description
/kind feature
Describe the solution you'd like
An E2E test verifying linked clone should be added.
When spec.cloneMode of VSphereMachine resource is specified to linkedClone, a corresponding virtual machine has to be created by using linked clone. But there is no test that verifies this behavior, so it could breaks without you noticing. For instance, #1611 reported such a bug.
Anything else you would like to add:
Environment: