Files
klaster/talos/patches/controlplane.patch

44 lines
892 B
Diff

machine:
certSANs:
- kube-api.homelab.lumpiasty.xyz
network:
nameservers:
- 2001:470:61a3:100::1
- 192.168.1.1
searchDomains:
- homelab-infra.lumpiasty.xyz
features:
hostDNS:
forwardKubeDNSToHost: false
kubelet:
clusterDNS:
- 10.43.0.10
- 2001:470:61a3:300::a
cluster:
# We're configuring CoreDNS ourselves, so disable the default one
coreDNS:
disabled: true
network:
# Likely redundant, we use Cilium as IPAM with their CRDs
podSubnets:
- 10.42.0.0/16
- 2001:470:61a3:200::/64
# Less likely redundant
serviceSubnets:
- 10.43.0.0/16
- 2001:470:61a3:300::/112
# We manually install Cilium
cni:
name: none
dnsDomain: homelab.lumpiasty.xyz
# We use Cilium's proxy replacement
proxy:
disabled: true
# Too poor
allowSchedulingOnControlPlanes: true