Skip to content

kubeflow-pipelines-visualization-server missing wget #2920

Description

@shanedell

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"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triageapplied to all new customer/user issues. Removed after triage occurs.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions