Add metrics patch for Talos configuration
This commit is contained in:
parent
1c4f8db270
commit
53cdeb5b25
@ -88,6 +88,7 @@ talosctl gen config \
|
|||||||
--config-patch @patches/discovery.yaml \
|
--config-patch @patches/discovery.yaml \
|
||||||
--config-patch @patches/diskselector.yaml \
|
--config-patch @patches/diskselector.yaml \
|
||||||
--config-patch @patches/vip.yaml \
|
--config-patch @patches/vip.yaml \
|
||||||
|
--config-patch @patches/metrics.yaml \
|
||||||
$CLUSTER_NAME \
|
$CLUSTER_NAME \
|
||||||
$API_ENDPOINT
|
$API_ENDPOINT
|
||||||
```
|
```
|
||||||
@ -105,6 +106,7 @@ talosctl gen config \
|
|||||||
--config-patch @patches/scheduling.yaml \
|
--config-patch @patches/scheduling.yaml \
|
||||||
--config-patch @patches/discovery.yaml \
|
--config-patch @patches/discovery.yaml \
|
||||||
--config-patch @patches/diskselector.yaml \
|
--config-patch @patches/diskselector.yaml \
|
||||||
|
--config-patch @patches/metrics.yaml \
|
||||||
$CLUSTER_NAME \
|
$CLUSTER_NAME \
|
||||||
$API_ENDPOINT
|
$API_ENDPOINT
|
||||||
```
|
```
|
||||||
|
|||||||
4
talos/patches/metrics.yaml
Normal file
4
talos/patches/metrics.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
cluster:
|
||||||
|
scheduler:
|
||||||
|
extraArgs:
|
||||||
|
bind-address: 0.0.0.0
|
||||||
Loading…
Reference in New Issue
Block a user