1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Mar 26 10:55:24 UTC 2025

This commit is contained in:
Automated 2025-03-26 10:55:24 +00:00
parent e555fef0aa
commit be9483c980
310 changed files with 9868 additions and 540 deletions

View file

@ -24,7 +24,7 @@ SYNOPSIS
[--enable-confidential-storage] [--enable-gvnic]
[--enable-image-streaming] [--enable-insecure-kubelet-readonly-port]
[--enable-nested-virtualization] [--enable-private-nodes]
[--enable-queued-provisioning] [--enable-surge-upgrade]
[--enable-queued-provisioning] [--enable-surge-upgrade] [--flex-start]
[--image-type=IMAGE_TYPE] [--labels=[KEY=VALUE,...]]
[--local-ssd-encryption-mode=LOCAL_SSD_ENCRYPTION_MODE]
[--logging-variant=LOGGING_VARIANT]
@ -300,6 +300,14 @@ FLAGS
--enable-surge-upgrade
Changes node pool upgrade strategy to surge upgrade.
--flex-start
Start the node pool with Flex Start provisioning model.
$ gcloud beta container node-pools create node-pool-1 \
--cluster=example-cluster --flex-start
and other required parameters, for more details see:
https://cloud.google.com/kubernetes-engine/docs/how-to/provisioningrequest
--image-type=IMAGE_TYPE
The image type to use for the node pool. Defaults to server-specified.