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
Authz team has delayed restricted-by-default pod security admission until 4.12, however on 4.12 we will have to comply with it. This is problematic because this requires us to set SeccompProfiles, however we cannot simply set the profile since this will break releases > 4.12 since in those the SCC nonroot does not allow us to set SeccompProfiles see #164.
There a document for the plans for operators installed with OLM and Pod Security Amission.
For this issue to be solved we have to:
Run ObO on 4.12 without problems
Run ObO on 4.10 without problems (4.10 is not a typo as that was the latest release without the nonroot-v2 SCC which allows us to set SeccompProfiles)
The text was updated successfully, but these errors were encountered:
Authz team has delayed restricted-by-default pod security admission until 4.12, however on 4.12 we will have to comply with it. This is problematic because this requires us to set
SeccompProfiles
, however we cannot simply set the profile since this will break releases > 4.12 since in those the SCCnonroot
does not allow us to setSeccompProfiles
see #164.There a document for the plans for operators installed with OLM and Pod Security Amission.
For this issue to be solved we have to:
nonroot-v2
SCC which allows us to setSeccompProfiles
)The text was updated successfully, but these errors were encountered: