fix: stuck flux-local

This commit is contained in:
JJGadgets
2024-02-09 23:19:53 +08:00
parent 2fdd05f41a
commit 969bf50313
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ spec:
fsGroupChangePolicy: "Always"
supplementalGroups: [
44, 104, 109, # GPU
${UID_NAS_MEDIA:=1000} # NAS
6969 # NAS
]
seccompProfile: { type: "RuntimeDefault" }
topologySpreadConstraints:

View File

@@ -103,7 +103,7 @@ spec:
runAsGroup: *uid
fsGroup: *uid
fsGroupChangePolicy: "Always"
supplementalGroups: [${UID_NAS_MEDIA:=1000}]
supplementalGroups: [6969 # NAS]
seccompProfile: { type: "RuntimeDefault" }
topologySpreadConstraints:
- maxSkew: 1