channel
Parameters
value
The automatic cluster upgrade channel. Valid values: patch
, stable
, rapid
. for example:
operation_policy {
cluster_auto_upgrade {
enabled = true
channel = "stable"
}
}
Content copied to clipboard
The automatic cluster upgrade channel. Valid values: patch
, stable
, rapid
. for example:
operation_policy {
cluster_auto_upgrade {
enabled = true
channel = "stable"
}
}