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
When deploying Kubeflow using Kubernetes and replacing the visualization-server with the chainguard image, cgr.dev/chainguard/kubeflow-pipelines-visualization-server:latest. The error is caused by a liveness and readiness probe that both try using wget. Below is the error:
Warning Unhealthy 104s (x13 over 2m33s) kubelet Readiness probe failed: OCI runtime exec failed: exec failed: unable to start container process: exec: "wget": executable file not found in$PATH: unknown
Warning Unhealthy 104s (x5 over 2m33s) kubelet Liveness probe failed: OCI runtime exec failed: exec failed: unable to start container process: exec: "wget": executable file not found in$PATH: unknown
I believe it should be a simple fix of adding wget to
Which image/versions are related to this issue/feature request?
cgr.dev/chainguard/kubeflow-pipelines-visualization-server:latest
Issue/Feature description
When deploying Kubeflow using Kubernetes and replacing the visualization-server with the chainguard image,
cgr.dev/chainguard/kubeflow-pipelines-visualization-server:latest
. The error is caused by a liveness and readiness probe that both try usingwget
. Below is the error:I believe it should be a simple fix of adding
wget
toimages/images/kubeflow-pipelines-visualization-server/config/main.tf
Line 12 in 6d3eb4f
The text was updated successfully, but these errors were encountered: