mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Oct 23 10:01:22 UTC 2024
This commit is contained in:
parent
694f6671d0
commit
fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions
|
|
@ -10,7 +10,12 @@ SYNOPSIS
|
|||
--max-pods-per-node=MAX_PODS_PER_NODE --node-version=NODE_VERSION
|
||||
--subnet-id=SUBNET_ID (--max-nodes=MAX_NODES --min-nodes=MIN_NODES)
|
||||
[--annotations=ANNOTATION,[ANNOTATION,...]] [--async]
|
||||
[--enable-autorepair] [--max-surge-update=MAX_SURGE_UPDATE]
|
||||
[--enable-autorepair]
|
||||
[--kubelet-config-cpu-cfs-quota=KUBELET_CONFIG_CPU_CFS_QUOTA]
|
||||
[--kubelet-config-cpu-cfs-quota-period=KUBELET_CONFIG_CPU_CFS_QUOTA_PERIOD]
|
||||
[--kubelet-config-cpu-manager-policy=KUBELET_CONFIG_CPU_MANAGER_POLICY]
|
||||
[--kubelet-config-pod-pids-limit=KUBELET_CONFIG_POD_PIDS_LIMIT]
|
||||
[--max-surge-update=MAX_SURGE_UPDATE]
|
||||
[--max-unavailable-update=MAX_UNAVAILABLE_UPDATE]
|
||||
[--node-labels=NODE_LABEL,[NODE_LABEL,...]]
|
||||
[--node-taints=NODE_TAINT,[NODE_TAINT,...]]
|
||||
|
|
@ -129,6 +134,20 @@ OPTIONAL FLAGS
|
|||
|
||||
Node autorepair is disabled by default.
|
||||
|
||||
--kubelet-config-cpu-cfs-quota=KUBELET_CONFIG_CPU_CFS_QUOTA
|
||||
Enforce a Kubelet CPU CFS quota.
|
||||
|
||||
--kubelet-config-cpu-cfs-quota-period=KUBELET_CONFIG_CPU_CFS_QUOTA_PERIOD
|
||||
Kubelet CPU CFS quota period, within the range "1ms" to "1s".
|
||||
|
||||
--kubelet-config-cpu-manager-policy=KUBELET_CONFIG_CPU_MANAGER_POLICY
|
||||
Kubelet CPU manager policy. KUBELET_CONFIG_CPU_MANAGER_POLICY must be
|
||||
one of: none, static.
|
||||
|
||||
--kubelet-config-pod-pids-limit=KUBELET_CONFIG_POD_PIDS_LIMIT
|
||||
Kubelet maximum number of PIDS in any pod, within the range 1024 to
|
||||
4194304.
|
||||
|
||||
--max-surge-update=MAX_SURGE_UPDATE
|
||||
Maximum number of extra (surge) nodes to be created beyond the current
|
||||
size of the node pool during its update process. Use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue