Compare commits
3 commits
044c8cb62b
...
cf593e451b
Author | SHA1 | Date | |
---|---|---|---|
cf593e451b | |||
7c30c7afb3 | |||
41cb6d3539 |
3 changed files with 6 additions and 4 deletions
|
@ -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:
|
||||
|
|
1
talos/clusterconfig/.gitignore
vendored
1
talos/clusterconfig/.gitignore
vendored
|
@ -4,3 +4,4 @@ valinor-arlen.yaml
|
|||
valinor-eonwe.yaml
|
||||
valinor-nienna.yaml
|
||||
valinor-orome.yaml
|
||||
valinor-nessa.yaml
|
||||
|
|
|
@ -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}}"
|
||||
|
|
Reference in a new issue