Added some basic talos config patches and secrets
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
secrets.yaml filter=git-crypt diff=git-crypt
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
.ipxe/
|
.ipxe/
|
||||||
rendered/
|
rendered/
|
||||||
|
configs/
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
cluster:
|
||||||
|
allowSchedulingOnControlPlanes: true
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
machine:
|
||||||
|
network:
|
||||||
|
hostname: talos-vm
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
machine:
|
||||||
|
install:
|
||||||
|
disk: /dev/vda
|
||||||
@@ -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
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
machine:
|
||||||
|
network:
|
||||||
|
interfaces:
|
||||||
|
- interface: eth0
|
||||||
|
vip:
|
||||||
|
ip: 192.168.1.100
|
||||||
Binary file not shown.
Reference in New Issue
Block a user