mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Feb 15 10:13:15 UTC 2023
This commit is contained in:
parent
02b395b082
commit
78fb6d9419
375 changed files with 5899 additions and 1603 deletions
|
|
@ -10,11 +10,14 @@ SYNOPSIS
|
|||
[--maintenance-address-cidr-blocks=[MAINTENANCE_ADDRESS_CIDR_BLOCKS,
|
||||
...]] [--validate-only] [--version=VERSION]
|
||||
[--api-server-args=[KEY=VALUE,...]
|
||||
--control-plane-node-configs-from-file=CONTROL_PLANE_NODE_CONFIGS_FROM_FILE --control-plane-node-labels=[KEY=VALUE,
|
||||
...] --control-plane-node-taints=[KEY=VALUE:EFFECT,...]]
|
||||
--control-plane-node-configs=[labels=LABELS],[node-ip=NODE-IP]
|
||||
--control-plane-node-labels=[KEY=VALUE,...]
|
||||
--control-plane-node-taints=[KEY=VALUE:EFFECT,...]]
|
||||
[--metal-lb-address-pools-from-file=METAL_LB_ADDRESS_POOLS_FROM_FILE
|
||||
--metal-lb-load-balancer-node-configs-from-file=METAL_LB_LOAD_BALANCER_NODE_CONFIGS_FROM_FILE --metal-lb-load-balancer-node-labels=[KEY=VALUE,
|
||||
...] --metal-lb-load-balancer-node-taints=[KEY=VALUE:EFFECT,...]]
|
||||
--metal-lb-load-balancer-node-configs=[labels=LABELS],
|
||||
[node-ip=NODE-IP]
|
||||
--metal-lb-load-balancer-node-labels=[KEY=VALUE,...]
|
||||
--metal-lb-load-balancer-node-taints=[KEY=VALUE:EFFECT,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -109,27 +112,12 @@ FLAGS
|
|||
|
||||
Anthos on bare metal node configuration for control plane nodes.
|
||||
|
||||
--control-plane-node-configs-from-file=CONTROL_PLANE_NODE_CONFIGS_FROM_FILE
|
||||
Path of the YAML/JSON file that contains the control plane node
|
||||
configs.
|
||||
Populate control plane node config.
|
||||
|
||||
Examples:
|
||||
At most one of these can 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
|
||||
--control-plane-node-configs=[labels=LABELS],[node-ip=NODE-IP]
|
||||
Control plane node configuration.
|
||||
|
||||
--control-plane-node-labels=[KEY=VALUE,...]
|
||||
Labels assigned to nodes of a node pool.
|
||||
|
|
@ -177,29 +165,12 @@ FLAGS
|
|||
|
||||
MetalLB Node Pool configuration.
|
||||
|
||||
--metal-lb-load-balancer-node-configs-from-file=METAL_LB_LOAD_BALANCER_NODE_CONFIGS_FROM_FILE
|
||||
Path of the YAML/JSON file that contains the Metal LB node
|
||||
configs.
|
||||
Populate MetalLB load balancer node config.
|
||||
|
||||
Examples:
|
||||
At most one of these can 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
|
||||
--metal-lb-load-balancer-node-configs=[labels=LABELS],[node-ip=NODE-IP]
|
||||
MetalLB load balancer node configuration.
|
||||
|
||||
--metal-lb-load-balancer-node-labels=[KEY=VALUE,...]
|
||||
Labels assigned to nodes of a MetalLB node pool.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue