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
New mlflow deployment using the chart on OpenShift 4.11.
When running helm test mlflow-server, you get:
W0118 15:36:13.595358 80301 warnings.go:70] would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "wget" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "wget" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "wget" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "wget" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
that keeps repeating.
The text was updated successfully, but these errors were encountered:
New mlflow deployment using the chart on OpenShift 4.11.
When running
helm test mlflow-server
, you get:that keeps repeating.
The text was updated successfully, but these errors were encountered: