Class NodeManagement (2.3.1)

NodeManagement(mapping=None, *, ignore_unknown_fields=False, **kwargs)

NodeManagement defines the set of node management services turned on for the node pool.

Attributes

NameDescription
auto_upgrade bool
A flag that specifies whether node auto- pgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes.
auto_repair bool
A flag that specifies whether the node auto- epair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered.
upgrade_options .cluster_service.AutoUpgradeOptions
Specifies the Auto Upgrade knobs for the node pool.