8000 GitHub - teaglebuilt/homelab: :house: home operations and personal dev platform
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

teaglebuilt/homelab

Repository files navigation

Homelab

While inspired by the K8s@Home community, this repository does not follow the standard approach and does not only manage kubernetes related workloads. You can find more information by visiting the Docs which is in progress and under construction 🚧.

Communities

helm install nfs-storage nfs-subdir-external-provisioner/nfs-subdir-external-provisioner
--namespace kube-system
--set nfs.server=192.168.2.10
--set nfs.path=/var/nfs/shared/ai_storage
--set storageClass.name=nfs-ephemeral
--set storageClass.defaultClass=false

0