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