maintenanceAddressCidrBlocks property

List<String>? maintenanceAddressCidrBlocks
getter/setter pair

All IPv4 address from these ranges will be placed into maintenance mode.

Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.

Required.

Implementation

core.List<core.String>? maintenanceAddressCidrBlocks;