Compare commits

..

3 commits

3 changed files with 6 additions and 4 deletions

View file

@ -58,11 +58,12 @@ spec:
- name: "nienna"
devices:
- name: /dev/disk/by-id/nvme-SAMSUNG_MZVLB1T0HALR-00000_S3W6NA0M610693
- name: /dev/disk/by-id/ata-ST16000NM001J-2TW113_ZR5E7NQR
- name: "orome"
devices:
- name: /dev/disk/by-id/nvme-SAMSUNG_MZVLB1T0HBLR-00000_S4GJNX0R613503
- name: /dev/disk/by-id/ata-ST16000NM001J-2TW113_ZR6021Z3
- name: "nessa"
devices:
- name: /dev/disk/by-id/nvme-SAMSUNG_MZVL21T0HCLR-00B00_S676NU0W641201
resources:
mgr:
limits:

View file

@ -4,3 +4,4 @@ valinor-arlen.yaml
valinor-eonwe.yaml
valinor-nienna.yaml
valinor-orome.yaml
valinor-nessa.yaml

View file

@ -1,7 +1,7 @@
---
clusterName: valinor
talosVersion: v1.5.5
talosVersion: v1.6.0
kubernetesVersion: 1.28.4
endpoint: "https://${clusterEndpointIP}:6443"
@ -15,7 +15,7 @@ additionalMachineCertSans:
- ${clusterEndpointIP}
imageFactory:
registryURL: factory.hsn.dev
registryURL: factory.talos.dev
schematicEndpoint: /schematics
protocol: https
installerURLTmpl: "{{.RegistryURL}}/installer/{{.ID}}:{{.Version}}"