Expose minimum hardware version on the VSphereVM spec #2212
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
triage/needs-information
Indicates an issue needs more information in order to work on it.
/kind feature
Describe the solution you'd like
Similar to the hardware version field on the
infrastructure.cluster.x-k8s.io
VSphereVM API types, we'd like to introduce a similar field on the API types under thevmware.infrastructure.cluster.x-k8s.io
API group as well.Anything else you would like to add:
With some recent updates to the underlying VMOperator provisioner used in vCenter Workload Management, the hardware version of the VirtualMachine now gets inferred from the VMClass instead of being calculated from the hardware version set in the OVA. If the hardware version is not set on the VMClass, then it defaults to the vCenter datacenter/cluster/host compatibility version defaults.
Since hardware version dictates the hardware compatibility of VMs, CAPV users should have the ability to be able to prescribe the minimum hardware version that a VM should adhere to.
This would require pulling in the updated VMOp APIs which expose setting this field on the Spec.
The text was updated successfully, but these errors were encountered: