Change vSphere parameters
This checklist should help in changing the parameters in all places necessary.
Example scenario: The Datacenter was renamed in vSphere.
Checlist
-
Update the
vsphere-config-secret
in thekube-system
namespace. -
Update the
cloud-provider-config
ConfigMap in theopenshift-config
namespace. -
Update existing
MachineSet
objects. Note that when renaming the Datacenter, thefolder
andresourcePool
parameters usually must be changed as well. -
Update existing
Machine
objects. Otherwise the Machine API operator won’t be able to find the VMs again. -
Update existing
Machine
objects not belonging to aMachineSet
, for example master systems.