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
It fails on nginx ingress deploy, likely caused by this image update: 509209c
"Warning: would violate PodSecurity \"restricted:latest\": hostPort (container \"controller\" uses hostPorts 443, 80), allowPrivilegeEscalation != false (container \"controller\" must set securityContext.allowPrivilegeEscalation=false), runAsNonRoot != true (pod or container \"controller\" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container \"controller\" must set securityContext.seccompProfile.type to \"RuntimeDefault\" or \"Localhost\")",
"Warning: would violate PodSecurity \"restricted:latest\": unrestricted capabilities (container \"create\" must set securityContext.capabilities.drop=[\"ALL\"]), seccompProfile (pod or container \"create\" must set securityContext.seccompProfile.type to \"RuntimeDefault\" or \"Localhost\")",
"Warning: would violate PodSecurity \"restricted:latest\": unrestricted capabilities (container \"patch\" must set securityContext.capabilities.drop=[\"ALL\"]), seccompProfile (pod or container \"patch\" must set securityContext.seccompProfile.type to \"RuntimeDefault\" or \"Localhost\")",
"error: timed out waiting for the condition on pods/ingress-nginx-controller-5f95bb8496-s2mtx"
What you expected to happen:
It should not fail.
How to reproduce it (as minimally and precisely as possible):
What happened:
pull-project-infra-prow-deploy-test
is failing every time since Sep 20th 09AM:https://prow.ci.kubevirt.io/job-history/gs/kubevirt-prow/pr-logs/directory/pull-project-infra-prow-deploy-test
It fails on nginx ingress deploy, likely caused by this image update: 509209c
What you expected to happen:
It should not fail.
How to reproduce it (as minimally and precisely as possible):
Additional context:
FYI @brianmcarey
The text was updated successfully, but these errors were encountered: