-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenShift PodSecurity is restricted #67
Comments
@c3d can you add the following labels to the namespace and retry
|
@bpradipt As discussed on Slack, this does not really help. Furthermore, as you pointed out, since there is no support for CRIO, this is a dead end. Leaving this issue open for now, since we'll need to revisit at some point, but it's still too early. |
@c3d is this issue still relevant or can be closed? |
@ariel-adam It's a bit too early to attack this kind of problem, but at some point we will need to tackle it. Either we close it now, but figure out a way to remember that we need to address it, or we keep it open and it says in our way for a long time. Which one do you prefer? |
I think in this case we map it to the CoCo releases project without a specific drop so it will be part of our backlog. |
Describe the bug
The recently introduced
PodSecurity
restrictions prevent the install instructions from working on recent builds of OpenShift.To Reproduce
Steps to reproduce the behavior:
PodSecurity
policy in place (I see this withServer Version: 4.11.0-0.nightly-2022-06-23-044003
andKubernetes Version: v1.24.0+284d62a
)oc apply -f https://raw.githubusercontent.com/confidential-containers/operator/main/deploy/deploy.yaml
Describe the results you expected
As indicated in the documentation, this should deploy the operator successfully
Describe the results you received:
There is a warning message:
The steps after that in the install documentation do not work:
Note the lack of any
daemon-install
in the above, and the resulting lack of aRuntimeClass
Additional context
Nothing really obvious in the logs indicating that the operator is even aware there was a problem:
manager.log
The text was updated successfully, but these errors were encountered: