468 B
468 B
Kubernetes
Have a cluster at home and want to add steam headless to it?
Requirements
- NVIDIA Device plugin (if using nvidia GPU) https://github.com/NVIDIA/k8s-device-plugin
- A storageclass
Tasks
- Configure the statefulset to your liking. Things to note:
- CPU & Memory
- Env vars (see compose-files/.env for documentation)
- Change the PVC to your liking. Things to note:
- Storage Class
- Size
- Deploy it:
kubectl create -f k8s-files/*