mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Mar 16 08:47:18 UTC 2022
This commit is contained in:
parent
7d82d0fc32
commit
971306823a
187 changed files with 3248 additions and 630 deletions
|
|
@ -6,10 +6,11 @@ SYNOPSIS
|
|||
gcloud alpha container node-pools create NAME
|
||||
[--accelerator=[type=TYPE,[count=COUNT],...]]
|
||||
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY] [--cluster=CLUSTER]
|
||||
[--disk-size=DISK_SIZE] [--disk-type=DISK_TYPE]
|
||||
[--enable-autoprovisioning] [--enable-autorepair]
|
||||
[--no-enable-autoupgrade] [--enable-confidential-nodes]
|
||||
[--enable-gvnic] [--enable-image-streaming] [--image-type=IMAGE_TYPE]
|
||||
[--disable-pod-cidr-overprovision] [--disk-size=DISK_SIZE]
|
||||
[--disk-type=DISK_TYPE] [--enable-autoprovisioning]
|
||||
[--enable-autorepair] [--no-enable-autoupgrade]
|
||||
[--enable-confidential-nodes] [--enable-gvnic]
|
||||
[--enable-image-streaming] [--image-type=IMAGE_TYPE]
|
||||
[--linux-sysctls=KEY=VALUE,[KEY=VALUE,...]]
|
||||
[--machine-type=MACHINE_TYPE, -m MACHINE_TYPE]
|
||||
[--max-pods-per-node=MAX_PODS_PER_NODE]
|
||||
|
|
@ -88,6 +89,10 @@ FLAGS
|
|||
The cluster to add the node pool to. Overrides the default
|
||||
container/cluster property value for this command invocation.
|
||||
|
||||
--disable-pod-cidr-overprovision
|
||||
Disables pod cidr overprovision on nodes. Pod cidr overprovisioning is
|
||||
enabled by default.
|
||||
|
||||
--disk-size=DISK_SIZE
|
||||
Size for node VM boot disks in GB. Defaults to 100GB.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue