gardener / machine-controller-manager-provider-gcp

Gardener machine controller manager provider for GCP
Apache License 2.0
3 stars 29 forks source link

Add support for min cpu platform #98

Closed AndreasBurger closed 10 months ago

AndreasBurger commented 10 months ago

What this PR does / why we need it: Adds support for setting the minimum CPU platform when creating VMs.

Which issue(s) this PR fixes: -

Special notes for your reviewer: -

Release note:

The GCPProviderSpec now supports setting `minCpuPlatform` to configure the minimum CPU platform requested for the VM.
AndreasBurger commented 10 months ago

Can you please update the docs here and here to include this field?

I've updated the documentation in the machine-class.yaml. I have some questions to the other two parts:

aaronfern commented 10 months ago