Added option to auto install talos

This commit is contained in:
2025-11-11 02:20:43 +01:00
parent 3328fb053c
commit c406514cb1
3 changed files with 7 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ dns:
- 8.8.8.8
ntp: nl.pool.ntp.org
install: true
autoInstall: false
patches:
- !patch hostname
- !patch install-disk

View File

@@ -1,6 +1,7 @@
netmask: 255.255.255.0
gateway: 192.168.1.1
installDisk: /dev/vda
autoInstall: true
cluster:
name: testing
controlPlaneIp: 192.168.1.100