WIP
This commit is contained in:
54
talos/clusters/testing.yaml
Normal file
54
talos/clusters/testing.yaml
Normal file
@@ -0,0 +1,54 @@
|
||||
version:
|
||||
kubernetes: 1.34.1
|
||||
talos: 1.11.3
|
||||
production: false
|
||||
controlPlaneIp: 192.168.1.100
|
||||
nodes:
|
||||
- testing/talos-vm
|
||||
base:
|
||||
kernelArgs:
|
||||
- talos.platform=metal
|
||||
- console=tty0
|
||||
- init_on_alloc=1
|
||||
- init_on_free=1
|
||||
- slab_nomerge
|
||||
- pti=on
|
||||
- consoleblank=0
|
||||
- nvme_core.io_timeout=4294967295
|
||||
- printk.devkmsg=on
|
||||
- selinux=1
|
||||
- lockdown=confidentiality
|
||||
patches:
|
||||
all:
|
||||
- hostname
|
||||
- install-disk
|
||||
- network
|
||||
- vip
|
||||
- tailscale
|
||||
- cilium
|
||||
- spegel
|
||||
- longhorn
|
||||
- longhorn-user-volume
|
||||
- local-path-provisioner-volume
|
||||
- limit-ephemeral
|
||||
- metrics
|
||||
controlPlane:
|
||||
- allow-control-plane-workloads
|
||||
- sops
|
||||
- cluster-variables
|
||||
- metrics-cluster
|
||||
- gateway-api
|
||||
default:
|
||||
arch: amd64
|
||||
network:
|
||||
interface: enp1s0
|
||||
netmask: 255.255.255.0
|
||||
gateway: 192.168.1.1
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
advertiseRoutes: true
|
||||
ntp: nl.pool.ntp.org
|
||||
install:
|
||||
auto: true
|
||||
disk: /dev/vda
|
||||
Reference in New Issue
Block a user