-
Bug
-
Resolution: Done
-
Blocker
-
1.28.0
-
None
-
None
-
False
-
None
-
False
-
See https://issues.redhat.com/browse/SRVKS-1045 for information
-
Proposed
-
-
Creating a service that requires a privileged port worked properly in 1.27, but fails on 1.28.
Steps to reproduce:
$ oc adm policy add-scc-to-user anyuid -z default clusterrole.rbac.authorization.k8s.io/system:openshift:scc:anyuid added: "default" $ kn service create func-git --image ghcr.io/jrangelramos/gitserver --scale-min 1 --scale-max 1 --port 80 Error: admission webhook "validation.webhook.serving.knative.dev" denied the request: validation failed: must not set the field(s): spec.template.spec.containers[0].securityContext.capabilities.add
- is documented by
-
SRVKS-1045 [DOC] RN: Document how to use privileged ports under PSS compliance
- Closed