mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Fri Mar 24 11:31:22 UTC 2023
This commit is contained in:
parent
a4bd29dd06
commit
4ccfc7a5e3
142 changed files with 4081 additions and 397 deletions
|
|
@ -6,7 +6,12 @@ SYNOPSIS
|
|||
gcloud alpha container bare-metal node-pools create
|
||||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION)
|
||||
(--node-configs=[labels=LABELS],[node-ip=NODE-IP]
|
||||
: --node-labels=[KEY=VALUE,...] --node-taints=[KEY=VALUE:EFFECT,...])
|
||||
: --node-labels=[KEY=VALUE,...] --node-taints=[KEY=VALUE:EFFECT,...]
|
||||
--cpu-cfs-quota-period=CPU_CFS_QUOTA_PERIOD
|
||||
--cpu-manager-policy=CPU_MANAGER_POLICY --disable-cpu-cfs-quota
|
||||
--disable-serialize-image-pulls --feature-gates=[FEATURE=BOOL,...]
|
||||
--pod-pids-limit=POD_PIDS_LIMIT --registry-burst=REGISTRY_BURST
|
||||
--registry-pull-qps=REGISTRY_PULL_QPS)
|
||||
[--annotations=[KEY=VALUE,...]] [--async] [--display-name=DISPLAY_NAME]
|
||||
[--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -72,6 +77,37 @@ REQUIRED FLAGS
|
|||
--node-taints=[KEY=VALUE:EFFECT,...]
|
||||
Node taint applied to every Kubernetes node in a node pool.
|
||||
|
||||
Sets the modifiable kubelet configurations for bare metal machines.
|
||||
|
||||
--cpu-cfs-quota-period=CPU_CFS_QUOTA_PERIOD
|
||||
CPU Completely Fair Scheduler (CFS) quota period value. Specify
|
||||
with seconds as the time unit, such as 0.2s.
|
||||
|
||||
--cpu-manager-policy=CPU_MANAGER_POLICY
|
||||
The kubelet CPU manager policy. CPU_MANAGER_POLICY must be one of:
|
||||
NONE, STATIC.
|
||||
|
||||
--disable-cpu-cfs-quota
|
||||
If set, disable CPU Completely Fair Scheduler (CFS) quota
|
||||
enforcement for containers that specify CPU limits.
|
||||
|
||||
--disable-serialize-image-pulls
|
||||
If set, prevent the Kubelet from pulling multiple images at a time.
|
||||
|
||||
--feature-gates=[FEATURE=BOOL,...]
|
||||
A map of feature names to bools that enable or disable experimental
|
||||
features.
|
||||
|
||||
--pod-pids-limit=POD_PIDS_LIMIT
|
||||
Maximum number of PIDs in any pod.
|
||||
|
||||
--registry-burst=REGISTRY_BURST
|
||||
Maximum size of bursty pulls, temporarily allows pulls to burst to
|
||||
this number, while still not exceeding registry_pull_qps.
|
||||
|
||||
--registry-pull-qps=REGISTRY_PULL_QPS
|
||||
Limit of registry pulls per second.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--annotations=[KEY=VALUE,...]
|
||||
Annotations on the node pool.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue