1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +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

@ -13,7 +13,8 @@ SYNOPSIS
| --enable-confidential-nodes | --enable-gvnic
| --enable-image-streaming | --enable-insecure-kubelet-readonly-port
| --enable-private-nodes | --enable-queued-provisioning
| --labels=[KEY=VALUE,...] | --logging-variant=LOGGING_VARIANT
| --flex-start | --labels=[KEY=VALUE,...]
| --logging-variant=LOGGING_VARIANT
| --max-run-duration=MAX_RUN_DURATION
| --network-performance-configs=[PROPERTY=VALUE,...]
| --node-labels=[NODE_LABEL,...] | --node-locations=ZONE,[ZONE,...]
@ -148,6 +149,14 @@ REQUIRED FLAGS
... and other required parameters, for more details see:
https://cloud.google.com/kubernetes-engine/docs/how-to/provisioningrequest
--flex-start
Start the node pool with Flex Start provisioning model.
$ gcloud container node-pools update 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
--labels=[KEY=VALUE,...]
Labels to apply to the Google Cloud resources of node pools in the
Kubernetes Engine cluster. These are unrelated to Kubernetes labels.