-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Describe the solution you'd like:
[A clear and concise description of what you want to happen.]
Currently, the KCP references an IONOSCloudMachine which defines a spec. availabilityZone.
The availability zone can be set to AUTO, which will let IONOS cloud decide.
But might the decision be not convenient for a HA setup
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
We need a way of distributing control-plane nodes to different zones.
Proposal
Add a new field spec. availabilityZones which is mutually exclusive with spec. availabilityZone.
Always spec. availabilityZone take precedence.
whenever spec. availabilityZones is set and machine type is CP, CAPIC needs to get the KCP machines and round robin the zones for each machine.