mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Feb 23 10:13:49 UTC 2023
This commit is contained in:
parent
78fb6d9419
commit
7664984b79
46 changed files with 947 additions and 130 deletions
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha container bare-metal node-pools create
|
||||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION)
|
||||
(--node-configs-from-file=NODE_CONFIGS_FROM_FILE
|
||||
(--node-configs=[labels=LABELS],[node-ip=NODE-IP]
|
||||
: --node-labels=[KEY=VALUE,...] --node-taints=[KEY=VALUE:EFFECT,...])
|
||||
[--annotations=[KEY=VALUE,...]] [--async] [--display-name=DISPLAY_NAME]
|
||||
[--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -59,29 +59,12 @@ REQUIRED FLAGS
|
|||
|
||||
This must be specified.
|
||||
|
||||
--node-configs-from-file=NODE_CONFIGS_FROM_FILE
|
||||
Path of the YAML/JSON file that contains the node configs.
|
||||
Populate Bare Metal Node Pool node config.
|
||||
|
||||
Examples:
|
||||
Exactly one of these must be specified:
|
||||
|
||||
nodeConfigs:
|
||||
- nodeIP: 10.200.0.10
|
||||
labels:
|
||||
node1: label1
|
||||
node2: label2
|
||||
- nodeIP: 10.200.0.11
|
||||
labels:
|
||||
node3: label3
|
||||
node4: label4
|
||||
|
||||
List of supported fields in nodeConfigs
|
||||
|
||||
KEY VALUE NOTE
|
||||
nodeIP string required, mutable
|
||||
labels one or more key-val pairs optional, mutable
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
--node-configs=[labels=LABELS],[node-ip=NODE-IP]
|
||||
Bare Metal Node Pool node configuration.
|
||||
|
||||
--node-labels=[KEY=VALUE,...]
|
||||
Labels assigned to nodes of a node pool.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue