mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 03:16:46 +00:00
gcloud: Wed May 7 10:56:18 UTC 2025
This commit is contained in:
parent
b03a332ad8
commit
dfebca5b6c
222 changed files with 6775 additions and 1046 deletions
|
|
@ -114,7 +114,8 @@ OPTIONAL FLAGS
|
|||
|
||||
--node-labels=[KEY=VALUE,...]
|
||||
Comma-delimited list of key-value pairs that comprise labels for the
|
||||
individual nodes in the node pool.
|
||||
individual nodes in the node pool. This flag sets the Kubernetes
|
||||
labels, unlike --labels which sets the cloud resource labels.
|
||||
|
||||
--node-storage-schema=NODE_STORAGE_SCHEMA
|
||||
Name for the storage schema of worker nodes.
|
||||
|
|
|
|||
|
|
@ -86,7 +86,9 @@ FLAGS
|
|||
|
||||
--node-labels=[KEY=VALUE,...]
|
||||
Comma-delimited list of key-value pairs that comprise labels for the
|
||||
individual nodes in the node pool.
|
||||
individual nodes in the node pool. This flag updates the Kubernetes
|
||||
labels, unlike --update-labels, --remove-labels, and --clear-labels
|
||||
which update the cloud resource labels.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue