mirror of
https://github.com/zoriya/snow.git
synced 2025-12-06 07:16:19 +00:00
Install zfs extension
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -6,6 +6,8 @@ pkgs.mkShell {
|
||||
talhelper
|
||||
age
|
||||
argocd
|
||||
cmctl
|
||||
kubectx
|
||||
kubernetes-helm
|
||||
];
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user