mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Wed Apr 6 08:36:53 UTC 2022
This commit is contained in:
parent
9bf28f1efe
commit
f88a614da8
221 changed files with 7174 additions and 449 deletions
|
|
@ -12,16 +12,17 @@ SYNOPSIS
|
|||
[--image-type=IMAGE_TYPE] [--local-ssd-count=LOCAL_SSD_COUNT]
|
||||
[--machine-type=MACHINE_TYPE, -m MACHINE_TYPE]
|
||||
[--max-pods-per-node=MAX_PODS_PER_NODE]
|
||||
[--max-surge-upgrade=MAX_SURGE_UPGRADE]
|
||||
[--max-surge-upgrade=MAX_SURGE_UPGRADE; default=1]
|
||||
[--max-unavailable-upgrade=MAX_UNAVAILABLE_UPGRADE]
|
||||
[--metadata=KEY=VALUE,[KEY=VALUE,...]]
|
||||
[--metadata-from-file=KEY=LOCAL_FILE_PATH,[...]]
|
||||
[--min-cpu-platform=PLATFORM] [--node-group=NODE_GROUP]
|
||||
[--node-labels=[NODE_LABEL,...]] [--node-locations=ZONE,[ZONE,...]]
|
||||
[--node-taints=[NODE_TAINT,...]] [--node-version=NODE_VERSION]
|
||||
[--num-nodes=NUM_NODES; default=3] [--preemptible]
|
||||
[--sandbox=[type=TYPE]] [--shielded-integrity-monitoring]
|
||||
[--shielded-secure-boot] [--spot]
|
||||
[--min-cpu-platform=PLATFORM]
|
||||
[--network-performance-configs=[PROPERTY=VALUE,...]]
|
||||
[--node-group=NODE_GROUP] [--node-labels=[NODE_LABEL,...]]
|
||||
[--node-locations=ZONE,[ZONE,...]] [--node-taints=[NODE_TAINT,...]]
|
||||
[--node-version=NODE_VERSION] [--num-nodes=NUM_NODES; default=3]
|
||||
[--preemptible] [--sandbox=[type=TYPE]]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot] [--spot]
|
||||
[--system-config-from-file=SYSTEM_CONFIG_FROM_FILE]
|
||||
[--tags=TAG,[TAG,...]] [--threads-per-core=THREADS_PER_CORE]
|
||||
[--workload-metadata=WORKLOAD_METADATA]
|
||||
|
|
@ -177,7 +178,7 @@ FLAGS
|
|||
|
||||
Must be used in conjunction with '--enable-ip-alias'.
|
||||
|
||||
--max-surge-upgrade=MAX_SURGE_UPGRADE
|
||||
--max-surge-upgrade=MAX_SURGE_UPGRADE; default=1
|
||||
Number of extra (surge) nodes to be created on each upgrade of the node
|
||||
pool.
|
||||
|
||||
|
|
@ -262,6 +263,17 @@ FLAGS
|
|||
|
||||
CPU platform selection is available only in selected zones.
|
||||
|
||||
--network-performance-configs=[PROPERTY=VALUE,...]
|
||||
Configures network performance settings for the node pool. If this flag
|
||||
is not specified, the pool will be created with its default network
|
||||
performance configuration.
|
||||
|
||||
total-egress-bandwidth-tier
|
||||
Total egress bandwidth is the available outbound bandwidth from a
|
||||
VM, regardless of whether the traffic is going to internal IP or
|
||||
external IP destinations. The following tier values are allowed:
|
||||
[DEFAULT,TIER_1]
|
||||
|
||||
--node-group=NODE_GROUP
|
||||
Assign instances of this pool to run on the specified Google Compute
|
||||
Engine node group. This is useful for running workloads on sole tenant
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud container node-pools update NAME
|
||||
(--enable-gvnic | --enable-image-streaming
|
||||
| --network-performance-configs=[PROPERTY=VALUE,...]
|
||||
| --node-locations=ZONE,[ZONE,...]
|
||||
| --system-config-from-file=SYSTEM_CONFIG_FROM_FILE
|
||||
| --workload-metadata=WORKLOAD_METADATA | --enable-autoprovisioning
|
||||
|
|
@ -40,6 +41,17 @@ REQUIRED FLAGS
|
|||
--enable-image-streaming
|
||||
Specifies whether to enable image streaming on node pool.
|
||||
|
||||
--network-performance-configs=[PROPERTY=VALUE,...]
|
||||
Configures network performance settings for the node pool. If this
|
||||
flag is not specified, the pool will be created with its default
|
||||
network performance configuration.
|
||||
|
||||
total-egress-bandwidth-tier
|
||||
Total egress bandwidth is the available outbound bandwidth from a
|
||||
VM, regardless of whether the traffic is going to internal IP or
|
||||
external IP destinations. The following tier values are allowed:
|
||||
[DEFAULT,TIER_1]
|
||||
|
||||
--node-locations=ZONE,[ZONE,...]
|
||||
Set of zones in which the node pool's nodes should be located.
|
||||
Changing the locations for a node pool will result in nodes being
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue