93 lines
2.3 KiB
YAML
93 lines
2.3 KiB
YAML
---
|
|
clusterName: ${clusterName}
|
|
|
|
talosVersion: v1.5.1
|
|
kubernetesVersion: 1.28.1
|
|
endpoint: "https://${clusterName}.hsn.dev:6443"
|
|
|
|
cniConfig:
|
|
name: none
|
|
|
|
additionalApiServerCertSans:
|
|
- ${clusterEndpointIP}
|
|
|
|
additionalMachineCertSans:
|
|
- ${clusterEndpointIP}
|
|
- ${clusterName}.hsn.dev
|
|
|
|
nodes:
|
|
- hostname: aule.hsn.dev
|
|
disableSearchDomain: true
|
|
ipAddress: 10.2.0.3
|
|
controlPlane: true
|
|
installDiskSelector:
|
|
busPath: /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_37145789
|
|
networkInterfaces:
|
|
- interface: eth0
|
|
dhcp: true
|
|
|
|
- hostname: eonwe.hsn.dev
|
|
disableSearchDomain: true
|
|
ipAddress: 10.2.0.5
|
|
controlPlane: true
|
|
installDiskSelector:
|
|
busPath: /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_37145792
|
|
networkInterfaces:
|
|
- interface: eth0
|
|
dhcp: true
|
|
|
|
- hostname: arlen.hsn.dev
|
|
disableSearchDomain: true
|
|
ipAddress: 10.2.0.4
|
|
controlPlane: true
|
|
installDiskSelector:
|
|
busPath: /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_37145790
|
|
networkInterfaces:
|
|
- interface: eth0
|
|
dhcp: true
|
|
controlPlane:
|
|
patches:
|
|
- |-
|
|
cluster:
|
|
allowSchedulingOnMasters: true
|
|
proxy:
|
|
disabled: true
|
|
etcd:
|
|
advertisedSubnets:
|
|
- 10.2.0.0/24
|
|
|
|
- |-
|
|
- op: remove
|
|
path: /cluster/apiServer/admissionControl
|
|
|
|
- |-
|
|
machine:
|
|
files:
|
|
- op: create
|
|
path: /etc/cri/conf.d/20-customization.part
|
|
content: |
|
|
[plugins]
|
|
[plugins."io.containerd.grpc.v1.cri"]
|
|
enable_unprivileged_ports = true
|
|
enable_unprivileged_icmp = true
|
|
kubelet:
|
|
extraArgs:
|
|
feature-gates: CronJobTimeZone=true,GracefulNodeShutdown=true,NewVolumeManagerReconstruction=false
|
|
rotate-server-certificates: "true"
|
|
extraConfig:
|
|
maxPods: 150
|
|
nodeIP:
|
|
validSubnets:
|
|
- 10.2.0.0/24
|
|
network:
|
|
extraHostEntries:
|
|
- ip: ${clusterEndpointIP}
|
|
aliases:
|
|
- ${clusterName}.hsn.dev
|
|
sysctls:
|
|
fs.inotify.max_user_watches: "1048576"
|
|
fs.inotify.max_user_instances: "8192"
|
|
time:
|
|
disabled: false
|
|
servers:
|
|
- ntp.hetzner.com
|