Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add render group 105 to plex supplementalGroups #64

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Conversation

jgilfoil
Copy link
Owner

the group 109 doesn't show up in the container, but it does show 105 next to the /dev/dri device, which is the render group from the host os, debian.

the group 109 doesn't show up in the container, but it does show 105 next to the /dev/dri device, which is the render group from the host os, debian.
Copy link

--- kubernetes/apps/media/plex/app Kustomization: flux-system/plex HelmRelease: media/plex

+++ kubernetes/apps/media/plex/app Kustomization: flux-system/plex HelmRelease: media/plex

@@ -76,12 +76,13 @@

             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 568
             runAsNonRoot: true
             runAsUser: 568
             supplementalGroups:
             - 44
+            - 105
             - 100
     ingress:
       main:
         annotations:
           nginx.ingress.kubernetes.io/backend-protocol: HTTPS
         className: internal

Copy link

--- HelmRelease: media/plex Deployment: media/plex

+++ HelmRelease: media/plex Deployment: media/plex

@@ -35,12 +35,13 @@

         fsGroupChangePolicy: OnRootMismatch
         runAsGroup: 568
         runAsNonRoot: true
         runAsUser: 568
         supplementalGroups:
         - 44
+        - 105
         - 100
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       nodeSelector:

@jgilfoil jgilfoil merged commit 7152c30 into main Feb 27, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant