fix(headscale): Add kueue ing
This commit is contained in:
@@ -281,6 +281,7 @@ configMaps:
|
|||||||
{ "name": "sorcrerer.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" },
|
{ "name": "sorcrerer.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" },
|
||||||
{ "name": "plume.data.oceanbox.io", "type": "A", "value": "10.255.241.99" },
|
{ "name": "plume.data.oceanbox.io", "type": "A", "value": "10.255.241.99" },
|
||||||
{ "name": "slurm-agent.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" },
|
{ "name": "slurm-agent.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" },
|
||||||
|
{ "name": "kueue.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" },
|
||||||
|
|
||||||
{ "name": "slurm-agent.rossby.oceanbox.io", "type": "A", "value": "172.16.239.222" },
|
{ "name": "slurm-agent.rossby.oceanbox.io", "type": "A", "value": "172.16.239.222" },
|
||||||
|
|
||||||
@@ -289,6 +290,7 @@ configMaps:
|
|||||||
{ "name": "prometheus.adm.vtn.obx", "type": "A", "value": "172.16.239.221" },
|
{ "name": "prometheus.adm.vtn.obx", "type": "A", "value": "172.16.239.221" },
|
||||||
{ "name": "alertmanager.adm.vtn.obx", "type": "A", "value": "172.16.239.221" },
|
{ "name": "alertmanager.adm.vtn.obx", "type": "A", "value": "172.16.239.221" },
|
||||||
{ "name": "slurm-agent.adm.vtn.obx", "type": "A", "value": "172.16.239.221" },
|
{ "name": "slurm-agent.adm.vtn.obx", "type": "A", "value": "172.16.239.221" },
|
||||||
|
{ "name": "kueue.adm.vtn.obx", "type": "A", "value": "172.16.239.221" },
|
||||||
|
|
||||||
{ "name": "dashboard.ob-ceph.local", "type": "A", "value": "10.255.241.10" },
|
{ "name": "dashboard.ob-ceph.local", "type": "A", "value": "10.255.241.10" },
|
||||||
{ "name": "grafana.ob-ceph.local", "type": "A", "value": "10.255.241.10" },
|
{ "name": "grafana.ob-ceph.local", "type": "A", "value": "10.255.241.10" },
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ metrics:
|
|||||||
name: kueue-metrics-server-cert
|
name: kueue-metrics-server-cert
|
||||||
key: tls.keyMonitor:
|
key: tls.keyMonitor:
|
||||||
|
|
||||||
# NOTE: Disable Visualization for now
|
# For Visualization
|
||||||
enableKueueViz: false
|
enableKueueViz: true
|
||||||
kueueViz:
|
kueueViz:
|
||||||
backend:
|
backend:
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user