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
|
|
@ -17,12 +17,14 @@ SYNOPSIS
|
|||
[--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] [--placement-type=PLACEMENT_TYPE]
|
||||
[--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]
|
||||
[--placement-type=PLACEMENT_TYPE] [--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]
|
||||
|
|
@ -264,6 +266,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue