1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Jul 31 09:35:15 UTC 2024

This commit is contained in:
Automated 2024-07-31 09:35:16 +00:00
parent 3a4c5997b9
commit ed2f818f7a
2722 changed files with 12631 additions and 6826 deletions

View file

@ -17,7 +17,7 @@ SYNOPSIS
| --instance-termination-action=INSTANCE_TERMINATION_ACTION]
[--clear-max-run-duration | --max-run-duration=MAX_RUN_DURATION]
[--clear-node-affinities | --node=NODE
| --node-affinity-file=NODE_AFFINITY_FILE | --node-group=NODE_GROUP]
| --node-affinity-file=PATH_TO_FILE | --node-group=NODE_GROUP]
[--clear-termination-time | --termination-time=TERMINATION_TIME]
[--maintenance-policy=MAINTENANCE_POLICY
| --on-host-maintenance=MAINTENANCE_POLICY] [GCLOUD_WIDE_FLAG ...]
@ -209,7 +209,7 @@ FLAGS
--node=NODE
The name of the node to schedule this instance on.
--node-affinity-file=NODE_AFFINITY_FILE
--node-affinity-file=PATH_TO_FILE
The JSON/YAML file containing the configuration of desired nodes onto
which this instance could be scheduled. These rules filter the nodes
according to their node affinity labels. A node's affinity labels
@ -230,6 +230,9 @@ FLAGS
Optional. A list of values which correspond to the node affinity
label values of the Node resource.
Use a full or relative path to a local file containing the value
of node_affinity_file.
--node-group=NODE_GROUP
The name of the node group to schedule this instance on.