-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
PVC volumes are not allowed by default SCCs #8297
Comments
We need to add a regular user PVC -> PV scenario to the test-end-to-end (so that merges are blocked on PVCs not working). |
In case someone steps into this issue and needs to workaround until the fix PR is merged: Add persistentVolumeClaim to all the SCC volumes arrays. |
Hi, is this bug related with this message: pods "docker-registry-1-" is forbidden: unable to validate against any security context constraint: [spec.containers[0].securityContext.privileged: Invalid value: true: Privileged containers are not allowed spec.containers[0].securityContext.volumes[0]: Invalid value: "hostPath": hostPath volumes are not allowed to be used] ? |
@spolti - this error would've been |
ETA on v1.1.6 for this? |
Waiting to see what problems people hit this morning. Might be this On Mon, Apr 4, 2016 at 1:34 PM, Scott Dodson [email protected]
|
@pweil Thanks. |
persistant volume claim volumes are not allowed by default SCCs
That results in errors like this:
Default allowed volumes should include
persistentVolumeClaim
The text was updated successfully, but these errors were encountered: