Full setup guide here
helm upgrade --install mss . --values values.yaml --namespace media-server
- helm repo add nfd https://kubernetes-sigs.github.io/node-feature-discovery/charts
- helm install nfd/node-feature-discovery --namespace nfd --create-namespace --generate-name
- kubectl apply -k 'https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/nfd/overlays/node-feature-rules'
- kubectl apply -k 'https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/gpu_plugin/overlays/nfd_labeled_nodes'
- verify: kubectl get nodes -o=jsonpath="{range .items[*]}{.metadata.name}{'\n'}{' i915: '}{.status.allocatable.gpu.intel.com/i915}{'\n'}"
- /usr/lib/jellyfin-ffmpeg/vainfo
- may need to change group id to match /dev/dri if it keeps reseting
- helm repo add jetstack https://charts.jetstack.io
- helm upgrade --install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --values helm/cert-manager/values.yaml --set installCRDs=true
- Get public IP
curl https://ipinfo.io/ipthis is the DNS A record value - Get Ip range for LOCAL_NETWORK in transmission (result is under default gateway)
ipconfig - Recover cmdline.txt
cat /proc/cmdline - Get ~/.kube/config file from k3s master node
sudo cat /etc/rancher/k3s/k3s.yaml - Access WSL filesystem with this path
\\wsl$