Skip to content

scc in Openshift #277

@hanakric

Description

@hanakric

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...
 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions