mirror of
https://github.com/zoriya/snow.git
synced 2026-08-14 10:09:56 +00:00
37 lines
716 B
YAML
37 lines
716 B
YAML
clusterName: unipop
|
|
talosVersion: v1.10.4
|
|
kubernetesVersion: 1.33.2
|
|
endpoint: https://kube.sdg.moe:6443
|
|
allowSchedulingOnMasters: true
|
|
cniConfig:
|
|
name: none
|
|
patches:
|
|
- |-
|
|
cluster:
|
|
proxy:
|
|
disabled: true
|
|
machine:
|
|
features:
|
|
hostDNS:
|
|
enabled: true
|
|
forwardKubeDNSToHost: false
|
|
- |-
|
|
machine:
|
|
kernel:
|
|
modules:
|
|
- name: zfs
|
|
nodes:
|
|
- hostname: kadan
|
|
ipAddress: kube.sdg.moe
|
|
controlPlane: true
|
|
installDisk: /dev/nvme0n1
|
|
certSANs:
|
|
- kube.sdg.moe
|
|
extraManifests:
|
|
- ./patches/disk.yaml
|
|
schematic:
|
|
customization:
|
|
systemExtensions:
|
|
officialExtensions:
|
|
- siderolabs/zfs
|