mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Nov 13 10:04:10 UTC 2024
This commit is contained in:
parent
7da5872e5c
commit
a63704a3af
252 changed files with 4821 additions and 807 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud container clusters update NAME
|
||||
(--autoprovisioning-enable-insecure-kubelet-readonly-port
|
||||
(--autoprovisioning-cgroup-mode=AUTOPROVISIONING_CGROUP_MODE
|
||||
| --autoprovisioning-enable-insecure-kubelet-readonly-port
|
||||
| --autoprovisioning-network-tags=[TAGS,...]
|
||||
| --autoprovisioning-resource-manager-tags=[KEY=VALUE,...]
|
||||
| --autoscaling-profile=AUTOSCALING_PROFILE | --clear-fleet-project
|
||||
|
|
@ -121,6 +122,32 @@ POSITIONAL ARGUMENTS
|
|||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--autoprovisioning-cgroup-mode=AUTOPROVISIONING_CGROUP_MODE
|
||||
Sets the cgroup mode for auto-provisioned nodes.
|
||||
|
||||
Updating this flag triggers an update using surge upgrades of all
|
||||
existing auto-provisioned nodes to apply the new value of cgroup
|
||||
mode.
|
||||
|
||||
For an Autopilot cluster, the specified cgroup mode will be set on
|
||||
all existing and new nodes in the cluster. For a Standard cluster,
|
||||
the specified cgroup mode will be set on all existing and new
|
||||
auto-provisioned node pools in the cluster.
|
||||
|
||||
If not set, GKE uses cgroupv2 for new nodes when the cluster was
|
||||
created running 1.26 or later, and cgroupv1 for clusters created
|
||||
running 1.25 or earlier. To check your initial cluster version, run
|
||||
gcloud container clusters describe [NAME]
|
||||
--format="value(initialClusterVersion)"
|
||||
|
||||
For clusters created running version 1.26 or later, you can't set the
|
||||
cgroup mode to v1.
|
||||
|
||||
To learn more, see:
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/migrate-cgroupv2.
|
||||
|
||||
AUTOPROVISIONING_CGROUP_MODE must be one of: default, v1, v2.
|
||||
|
||||
--autoprovisioning-enable-insecure-kubelet-readonly-port
|
||||
Enables the Kubelet's insecure read only port for Autoprovisioned
|
||||
Node Pools.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue