New Features
- A new field
cloudProviderSpec.virtualMachine.template.vcpus
is added to the KubeVirt provider. Whenvcpus.cores
is set, the CPUs for the virtual machine will be configured inspec.template.spec.domain.cpu
instead of setting resource requests and limits explicit. The webhook validation will fail, if bothvcpus
andcpus
are configured for a machine (#1916)
Updates
- Machine-controller is now built using Go 1.23.7 (#1913)