mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha container aws node-pools update
|
||||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--async]
|
||||
[--node-version=NODE_VERSION] [--validate-only]
|
||||
[--node-version=NODE_VERSION]
|
||||
[--security-group-ids=[SECURITY_GROUP_ID,...]] [--validate-only]
|
||||
[--max-nodes=MAX_NODES --min-nodes=MIN_NODES] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -62,6 +63,9 @@ FLAGS
|
|||
--node-version=NODE_VERSION
|
||||
Kubernetes version to use for the node pool.
|
||||
|
||||
--security-group-ids=[SECURITY_GROUP_ID,...]
|
||||
IDs of additional security groups to add to nodes.
|
||||
|
||||
--validate-only
|
||||
Validate the node pool to update, but don't actually perform it.
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@ SYNOPSIS
|
|||
[--create-subnetwork=[KEY=VALUE,...]]
|
||||
[--database-encryption-key=DATABASE_ENCRYPTION_KEY]
|
||||
[--default-max-pods-per-node=DEFAULT_MAX_PODS_PER_NODE]
|
||||
[--disable-default-snat] [--disk-size=DISK_SIZE]
|
||||
[--disk-type=DISK_TYPE] [--enable-autorepair] [--no-enable-autoupgrade]
|
||||
[--enable-binauthz] [--enable-cloud-logging]
|
||||
[--disable-default-snat] [--disable-pod-cidr-overprovision]
|
||||
[--disk-size=DISK_SIZE] [--disk-type=DISK_TYPE] [--enable-autorepair]
|
||||
[--no-enable-autoupgrade] [--enable-binauthz] [--enable-cloud-logging]
|
||||
[--enable-cloud-monitoring] [--enable-cloud-run-alpha]
|
||||
[--enable-confidential-nodes] [--enable-cost-management]
|
||||
[--enable-dataplane-v2] [--enable-gke-oidc] [--enable-gvnic]
|
||||
|
|
@ -306,6 +306,10 @@ FLAGS
|
|||
requires that you also set --enable-ip-alias and
|
||||
--enable-private-nodes.
|
||||
|
||||
--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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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