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
Results in warnings, like (here for the eventing-controller):
Warning: would violate PodSecurity "restricted:latest": unrestricted capabilities (container "eventing-controller" must set securityContext.capabilities.drop=["ALL"]), seccompProfile (pod or container "eventing-controller" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
No deployments are being created
The text was updated successfully, but these errors were encountered:
Related is also that currently we have all in the capabilities section, but it must be ALL since this is the only acceptable string check here and here.
With ALL instead of all, the warning per deployment reduces to:
Warning: would violate PodSecurity "restricted:latest": seccompProfile (pod or container "eventing-webhook" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
Running with a restricted
knative-eventing
Namespace:Results in warnings, like (here for the
eventing-controller
):No deployments are being created
The text was updated successfully, but these errors were encountered: