Install zfs extension

This commit is contained in:
2025-07-10 12:45:44 +02:00
parent 1d4389f3f7
commit f860db24fa
3 changed files with 15 additions and 2 deletions

View File

@@ -2,8 +2,9 @@
```bash
talhelper genconfig
talosctl kubeconfig -n 192.168.0.200 -e 192.168.0.200
talosctl bootstrap
talhelper gencommand apply --extra-flags --insecure | sh
talosctl bootstrap -n 192.168.0.200 -e 192.168.0.200
talosctl kubeconfig
helm repo add cilium https://helm.cilium.io/
helm upgrade -i cilium cilium/cilium \

View File

@@ -6,6 +6,8 @@ pkgs.mkShell {
talhelper
age
argocd
cmctl
kubectx
kubernetes-helm
];

View File

@@ -15,6 +15,11 @@ patches:
hostDNS:
enabled: true
forwardKubeDNSToHost: false
- |-
machine:
kernel:
modules:
- name: zfs
nodes:
- hostname: kadan
ipAddress: kube.sdg.moe
@@ -24,3 +29,8 @@ nodes:
- kube.sdg.moe
extraManifests:
- ./patches/disk.yaml
schematic:
customization:
systemExtensions:
officialExtensions:
- siderolabs/zfs