Moved around node config params
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user