Mount-in render device
This commit is contained in:
parent
e9145df641
commit
1dd75693cb
4
NOTES.md
4
NOTES.md
@ -75,3 +75,7 @@ spec:
|
|||||||
Re: `device-plugin` path, that apparently changed (from `/var/lib/rancher/k3s/agent/kubelet/device-plugins`, which was the provided value) [some time ago](https://github.com/k3s-io/k3s/issues/2664#issuecomment-742013918)
|
Re: `device-plugin` path, that apparently changed (from `/var/lib/rancher/k3s/agent/kubelet/device-plugins`, which was the provided value) [some time ago](https://github.com/k3s-io/k3s/issues/2664#issuecomment-742013918)
|
||||||
|
|
||||||
This also required the [Device Plugin Feature Gate](https://github.com/k3s-io/k3s/discussions/4596) to be enabled.
|
This also required the [Device Plugin Feature Gate](https://github.com/k3s-io/k3s/discussions/4596) to be enabled.
|
||||||
|
|
||||||
|
Further useful links:
|
||||||
|
* [Reddit thread](https://old.reddit.com/r/jellyfin/comments/y7i3uc/trouble_with_quicksync_trancoding_on_new_11th_gen/)
|
||||||
|
* [Enabling iGPU](https://community.hetzner.com/tutorials/howto-enable-igpu)
|
||||||
|
@ -63,9 +63,9 @@ ingress:
|
|||||||
# https://github.com/kubernetes/kubernetes/issues/7890#issuecomment-766088805
|
# https://github.com/kubernetes/kubernetes/issues/7890#issuecomment-766088805
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
smarter-devices/fb0: 1
|
smarter-devices/dri_card0: 1
|
||||||
limits:
|
limits:
|
||||||
smarter-devices/fb0: 1
|
smarter-devices/dri_card0: 1
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||||
# choice for the user. This also increases chances charts run on environments with little
|
# choice for the user. This also increases chances charts run on environments with little
|
||||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
||||||
|
Loading…
x
Reference in New Issue
Block a user