-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hi,
there is a problem in scc on Openshift . In scc is setup:
runAsUser:
type: MustRunAsRange
but without uidRange. In my opinion the better code is:
runAsUser:
type: MustRunAsRange
uidRangeMax: 4096
uidRangeMin: 4096
without uidRange pods are not created, because user 4096 is not from namespace range
openshift.io/sa.scc.uid-range: 1002...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels