Moved around node config params
This commit is contained in:
@@ -18,8 +18,7 @@ dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
ntp: nl.pool.ntp.org
|
||||
installDisk: /dev/sda
|
||||
install: false
|
||||
install: true
|
||||
patches:
|
||||
- !patch hostname
|
||||
- !patch install-disk
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
netmask: 255.255.252.0
|
||||
gateway: 10.0.0.1
|
||||
install: true
|
||||
clusterName: hellas
|
||||
controlplaneIp: 10.0.2.1
|
||||
installDisk: /dev/sda
|
||||
|
||||
@@ -2,4 +2,4 @@ netmask: 255.255.255.0
|
||||
gateway: 192.168.1.1
|
||||
clusterName: testing
|
||||
controlplaneIp: 192.168.1.100
|
||||
instalDisk: /dev/vda
|
||||
installDisk: /dev/vda
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
serial: talos-vm
|
||||
interface: eth0
|
||||
ip: 192.168.1.2
|
||||
install: true
|
||||
|
||||
Reference in New Issue
Block a user