Compare commits
2 Commits
1c4f8db270
...
d076f21d35
| Author | SHA1 | Date | |
|---|---|---|---|
| d076f21d35 | |||
| 53cdeb5b25 |
@ -22,7 +22,7 @@ spec:
|
||||
toolbox:
|
||||
enabled: true
|
||||
monitoring:
|
||||
enabled: false
|
||||
enabled: true
|
||||
ingress:
|
||||
dashboard:
|
||||
annotations:
|
||||
|
||||
@ -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
|
||||
```
|
||||
|
||||
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