You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For docker backend, use --group-add to add all of the host groups
For k8s backend, add container gid to the Pod .spec.securityContext.fsGroup, also add all of the host groups to .spec.securityContext.supplementalGroups
The text was updated successfully, but these errors were encountered:
--group-add
to add all of the host groups.spec.securityContext.fsGroup
, also add all of the host groups to.spec.securityContext.supplementalGroups
The text was updated successfully, but these errors were encountered: