37 lines
708 B
YAML
37 lines
708 B
YAML
schematicId: !schematic default
|
|
arch: amd64
|
|
talosVersion: v1.11.3
|
|
kubernesVersion: v1.34.1
|
|
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
|
|
extraKernelArgs: []
|
|
dns:
|
|
- 1.1.1.1
|
|
- 8.8.8.8
|
|
ntp: nl.pool.ntp.org
|
|
install: true
|
|
autoInstall: false
|
|
advertiseRoutes: true
|
|
patches:
|
|
- !patch hostname
|
|
- !patch install-disk
|
|
- !patch network
|
|
- !patch vip
|
|
- !patch tailscale
|
|
- !patch cilium
|
|
- !patch spegel
|
|
patchesControlPlane:
|
|
- !patch allow-control-plane-workloads
|
|
- !patch sops
|
|
- !patch cluster-variables
|