Moved around node config params

This commit is contained in:
2025-11-08 22:23:43 +01:00
parent 121f28e987
commit e4644d1161
4 changed files with 4 additions and 5 deletions

View File

@@ -18,8 +18,7 @@ dns:
- 1.1.1.1 - 1.1.1.1
- 8.8.8.8 - 8.8.8.8
ntp: nl.pool.ntp.org ntp: nl.pool.ntp.org
installDisk: /dev/sda install: true
install: false
patches: patches:
- !patch hostname - !patch hostname
- !patch install-disk - !patch install-disk

View File

@@ -1,4 +1,5 @@
netmask: 255.255.252.0 netmask: 255.255.252.0
gateway: 10.0.0.1 gateway: 10.0.0.1
install: true clusterName: hellas
controlplaneIp: 10.0.2.1 controlplaneIp: 10.0.2.1
installDisk: /dev/sda

View File

@@ -2,4 +2,4 @@ netmask: 255.255.255.0
gateway: 192.168.1.1 gateway: 192.168.1.1
clusterName: testing clusterName: testing
controlplaneIp: 192.168.1.100 controlplaneIp: 192.168.1.100
instalDisk: /dev/vda installDisk: /dev/vda

View File

@@ -1,4 +1,3 @@
serial: talos-vm serial: talos-vm
interface: eth0 interface: eth0
ip: 192.168.1.2 ip: 192.168.1.2
install: true