Add metrics patch for Talos configuration

This commit is contained in:
Marco van Zijl 2025-05-04 14:45:45 +02:00
parent 1c4f8db270
commit 53cdeb5b25
2 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,7 @@ talosctl gen config \
--config-patch @patches/discovery.yaml \
--config-patch @patches/diskselector.yaml \
--config-patch @patches/vip.yaml \
--config-patch @patches/metrics.yaml \
$CLUSTER_NAME \
$API_ENDPOINT
```
@ -105,6 +106,7 @@ talosctl gen config \
--config-patch @patches/scheduling.yaml \
--config-patch @patches/discovery.yaml \
--config-patch @patches/diskselector.yaml \
--config-patch @patches/metrics.yaml \
$CLUSTER_NAME \
$API_ENDPOINT
```

View File

@ -0,0 +1,4 @@
cluster:
scheduler:
extraArgs:
bind-address: 0.0.0.0