mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Nov 13 10:04:10 UTC 2024
This commit is contained in:
parent
7da5872e5c
commit
a63704a3af
252 changed files with 4821 additions and 807 deletions
|
|
@ -25,6 +25,7 @@ SYNOPSIS
|
|||
[--enable-nested-virtualization] [--enable-private-nodes]
|
||||
[--enable-queued-provisioning] [--enable-surge-upgrade]
|
||||
[--image-type=IMAGE_TYPE] [--labels=[KEY=VALUE,...]]
|
||||
[--local-ssd-encryption-mode=LOCAL_SSD_ENCRYPTION_MODE]
|
||||
[--logging-variant=LOGGING_VARIANT]
|
||||
[--machine-type=MACHINE_TYPE, -m MACHINE_TYPE]
|
||||
[--max-pods-per-node=MAX_PODS_PER_NODE]
|
||||
|
|
@ -316,6 +317,11 @@ FLAGS
|
|||
$ gcloud beta container node-pools create node-pool-1 \
|
||||
--cluster=example-cluster --labels=label1=value1,label2=value2
|
||||
|
||||
--local-ssd-encryption-mode=LOCAL_SSD_ENCRYPTION_MODE
|
||||
Encryption mode for Local SSDs on the node pool.
|
||||
LOCAL_SSD_ENCRYPTION_MODE must be one of: STANDARD_ENCRYPTION,
|
||||
EPHEMERAL_KEY_ENCRYPTION.
|
||||
|
||||
--logging-variant=LOGGING_VARIANT
|
||||
Specifies the logging variant that will be deployed on all the nodes in
|
||||
the node pool. If the node pool doesn't specify a logging variant, then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue