Compare commits

...

2 Commits

3 changed files with 7 additions and 1 deletions

View File

@ -22,7 +22,7 @@ spec:
toolbox:
enabled: true
monitoring:
enabled: false
enabled: true
ingress:
dashboard:
annotations:

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