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:
parent
3a4c5997b9
commit
ed2f818f7a
2722 changed files with 12631 additions and 6826 deletions
|
|
@ -17,7 +17,7 @@ SYNOPSIS
|
|||
[--timeout=TIMEOUT; default="2h"] [--zone=ZONE]
|
||||
[--custom-cpu=CUSTOM_CPU --custom-memory=CUSTOM_MEMORY
|
||||
: --custom-extensions --custom-vm-type=CUSTOM_VM_TYPE]
|
||||
[--node=NODE | --node-affinity-file=NODE_AFFINITY_FILE
|
||||
[--node=NODE | --node-affinity-file=PATH_TO_FILE
|
||||
| --node-group=NODE_GROUP] [--scopes=[SCOPE,...] | --no-scopes]
|
||||
[--service-account=SERVICE_ACCOUNT | --no-service-account]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -297,7 +297,7 @@ OPTIONAL 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
|
||||
|
|
@ -318,6 +318,9 @@ OPTIONAL 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue