Make sure control-planes are distributed to different ZONES #227
Labels
enhancement
New feature or request
kind/feature
Categorizes issue or PR as related to a new feature.
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 withspec. 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.The text was updated successfully, but these errors were encountered: