Add storage class for ocean pool

This commit is contained in:
2025-07-25 18:16:55 +02:00
parent d3eb6349f9
commit 660acfd4b3
4 changed files with 45 additions and 7 deletions
+8
View File
@@ -16,3 +16,11 @@ helm install argocd oci://ghcr.io/argoproj/argo-helm/argo-cd -n argocd --create-
kubectl apply -f ./apps/apps.yaml
```
## Notes
zfs pool creation:
```bash
k -n kube-system debug -it --profile sysadmin --image=ubuntu node/kadan
chroot /host zpool create -o ashift=12 -O mountpoint=/var/ocean -O xattr=sa -O compression=zstd -O acltype=posixacl -O atime=off ocean raidz sdc sdd
```