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 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
|
default = ["kubeflow-pipelines-visualization-server"] |
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
wgettoimages/images/kubeflow-pipelines-visualization-server/config/main.tf
Line 12 in 6d3eb4f