1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Jun 15 08:33:03 UTC 2022

This commit is contained in:
Automated 2022-06-15 08:33:03 +00:00
parent 28d031b3c1
commit 5378794555
Failed to extract signature
147 changed files with 5222 additions and 263 deletions

View file

@ -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.