mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Feb 20 10:40:27 UTC 2025
This commit is contained in:
parent
44f319c56c
commit
8d1a988ab5
295 changed files with 11246 additions and 956 deletions
|
|
@ -40,10 +40,9 @@ SYNOPSIS
|
|||
[--node-locations=ZONE,[ZONE,...]]
|
||||
[--node-pool-soak-duration=NODE_POOL_SOAK_DURATION]
|
||||
[--node-taints=[NODE_TAINT,...]] [--node-version=NODE_VERSION]
|
||||
[--num-nodes=NUM_NODES; default=3]
|
||||
[--placement-policy=PLACEMENT_POLICY] [--placement-type=PLACEMENT_TYPE]
|
||||
[--preemptible] [--resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--sandbox=[type=TYPE]]
|
||||
[--num-nodes=NUM_NODES] [--placement-policy=PLACEMENT_POLICY]
|
||||
[--placement-type=PLACEMENT_TYPE] [--preemptible]
|
||||
[--resource-manager-tags=[KEY=VALUE,...]] [--sandbox=[type=TYPE]]
|
||||
[--secondary-boot-disk=[disk-image=DISK_IMAGE,[mode=MODE],...]]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--sole-tenant-node-affinity-file=SOLE_TENANT_NODE_AFFINITY_FILE]
|
||||
|
|
@ -540,8 +539,13 @@ FLAGS
|
|||
|
||||
$ gcloud container get-server-config
|
||||
|
||||
--num-nodes=NUM_NODES; default=3
|
||||
--num-nodes=NUM_NODES
|
||||
The number of nodes in the node pool in each of the cluster's zones.
|
||||
Defaults to 3.
|
||||
|
||||
Exception: when --tpu-topology is specified for multi-host TPU machine
|
||||
types the number of nodes will be defaulted to (product of topology)/(#
|
||||
of chips per VM).
|
||||
|
||||
--placement-policy=PLACEMENT_POLICY
|
||||
Indicates the desired resource policy to use.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue