mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jun 15 08:33:03 UTC 2022
This commit is contained in:
parent
28d031b3c1
commit
5378794555
147 changed files with 5222 additions and 263 deletions
|
|
@ -8,8 +8,9 @@ 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] [--local-ssd-count=LOCAL_SSD_COUNT]
|
||||
[--no-enable-autoupgrade] [--enable-confidential-nodes]
|
||||
[--enable-gvnic] [--enable-image-streaming] [--image-type=IMAGE_TYPE]
|
||||
[--local-ssd-count=LOCAL_SSD_COUNT]
|
||||
[--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 +125,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.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud container node-pools update NAME
|
||||
(--enable-gvnic | --enable-image-streaming
|
||||
(--enable-confidential-nodes | --enable-gvnic
|
||||
| --enable-image-streaming
|
||||
| --network-performance-configs=[PROPERTY=VALUE,...]
|
||||
| --node-labels=[NODE_LABEL,...] | --node-locations=ZONE,[ZONE,...]
|
||||
| --node-taints=[NODE_TAINT,...]
|
||||
|
|
@ -36,6 +37,10 @@ POSITIONAL ARGUMENTS
|
|||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--enable-confidential-nodes
|
||||
Recreate all the nodes in the node pool to be 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue