Added some basic talos config patches and secrets
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
secrets.yaml filter=git-crypt diff=git-crypt
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
.ipxe/
|
||||
rendered/
|
||||
configs/
|
||||
|
||||
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
|
||||
BIN
secrets.yaml
Normal file
BIN
secrets.yaml
Normal file
Binary file not shown.
Reference in New Issue
Block a user