Added some basic talos config patches and secrets
This commit is contained in:
3
patches/allow-controlplane-workloads.yaml
Normal file
3
patches/allow-controlplane-workloads.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
cluster:
|
||||
allowSchedulingOnControlPlanes: true
|
||||
4
patches/hostname.yaml
Normal file
4
patches/hostname.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
machine:
|
||||
network:
|
||||
hostname: talos-vm
|
||||
4
patches/install-disk.yaml
Normal file
4
patches/install-disk.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
machine:
|
||||
install:
|
||||
disk: /dev/vda
|
||||
11
patches/network.yaml
Normal file
11
patches/network.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
machine:
|
||||
network:
|
||||
interfaces:
|
||||
- interface: eth0
|
||||
dhcp: false
|
||||
addresses:
|
||||
- 192.168.1.2
|
||||
routes:
|
||||
- network: 0.0.0.0/0
|
||||
gateway: 192.168.1.1
|
||||
7
patches/vip.yaml
Normal file
7
patches/vip.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
machine:
|
||||
network:
|
||||
interfaces:
|
||||
- interface: eth0
|
||||
vip:
|
||||
ip: 192.168.1.100
|
||||
Reference in New Issue
Block a user