ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
990 stars 330 forks source link

[Doc] Tell users to install `wget` in docker image to run KubeRay #2063

Closed MortalHappiness closed 2 months ago

MortalHappiness commented 3 months ago

Search before asking

Description

https://github.com/ray-project/kuberay/blob/d3b7d96ff56d7a45c9afc5eb1c78cd7ae8c8bb1a/ray-operator/controllers/ray/utils/constant.go#L164

KubeRay uses wget to handle readiness and liveness probing, which causes docker containers without wget installed to crash. It should be mentioned in the documentation to ask users to install wget in their docker images.

Use case

No response

Related issues

No response

Are you willing to submit a PR?