NodeManagement defines the set of node management services turned on for the node pool.
JSON representation |
---|
{
"autoUpgrade": boolean,
"autoRepair": boolean,
"upgradeOptions": {
object ( |
Fields | |
---|---|
auto |
A flag that specifies whether node auto-upgrade 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 |
A flag that specifies whether the node auto-repair 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 |
Specifies the Auto Upgrade knobs for the node pool. |
AutoUpgradeOptions
AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.
JSON representation |
---|
{ "autoUpgradeStartTime": string, "description": string } |
Fields | |
---|---|
auto |
Output only. This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format. |
description |
Output only. This field is set when upgrades are about to commence with the description of the upgrade. |