mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Tue Mar 1 21:43:54 UTC 2022
This commit is contained in:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -8,8 +8,8 @@ SYNOPSIS
|
|||
[--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-gvnic] [--enable-image-streaming]
|
||||
[--image-type=IMAGE_TYPE]
|
||||
[--no-enable-autoupgrade] [--enable-confidential-nodes]
|
||||
[--enable-gvnic] [--enable-image-streaming] [--image-type=IMAGE_TYPE]
|
||||
[--machine-type=MACHINE_TYPE, -m MACHINE_TYPE]
|
||||
[--max-pods-per-node=MAX_PODS_PER_NODE]
|
||||
[--max-surge-upgrade=MAX_SURGE_UPGRADE; default=1]
|
||||
|
|
@ -124,6 +124,11 @@ FLAGS
|
|||
|
||||
Enabled by default, use --no-enable-autoupgrade to disable.
|
||||
|
||||
--enable-confidential-nodes
|
||||
Enable confidential nodes for the node pool. Enabling Confidential
|
||||
Nodes will create nodes using Confidential VM
|
||||
https://cloud.google.com/compute/confidential-vm/docs/about-cvm.
|
||||
|
||||
--enable-gvnic
|
||||
Enable the use of GVNIC for this cluster. Requires re-creation of nodes
|
||||
using either a node-pool upgrade or node-pool creation.
|
||||
|
|
@ -297,6 +302,7 @@ FLAGS
|
|||
Multiple locations can be specified, separated by commas. For example:
|
||||
|
||||
$ gcloud beta container node-pools create node-pool-1 \
|
||||
--cluster=sample-cluster \
|
||||
--node-locations=us-central1-a,us-central1-b
|
||||
|
||||
--node-taints=[NODE_TAINT,...]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue