mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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
|
|
@ -4,9 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha container node-pools update NAME
|
||||
(--enable-gvnic | --enable-image-streaming
|
||||
| --node-labels=[NODE_LABEL,...] | --node-locations=ZONE,[ZONE,...]
|
||||
| --node-taints=[NODE_TAINT,...]
|
||||
(--enable-confidential-nodes | --enable-gvnic
|
||||
| --enable-image-streaming | --node-labels=[NODE_LABEL,...]
|
||||
| --node-locations=ZONE,[ZONE,...] | --node-taints=[NODE_TAINT,...]
|
||||
| --system-config-from-file=SYSTEM_CONFIG_FROM_FILE
|
||||
| --tags=[TAG,...] | --workload-metadata=WORKLOAD_METADATA
|
||||
| --enable-autoprovisioning
|
||||
|
|
@ -35,6 +35,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.
|
||||
|
|
@ -72,6 +76,7 @@ REQUIRED FLAGS
|
|||
example:
|
||||
|
||||
$ gcloud alpha container node-pools update 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