ray-project / kuberay

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

[Feature] RayService CRD to have ImagePullSecret Reference #2137

Open roverkinz opened 1 month ago

roverkinz commented 1 month ago

Search before asking

Description

This feature can help to pull images from private repo. This is helpful in cases where we want to refer working directory as local path, and use custom docker image with application code using the base docker image as rayproject/ray-ml image

Use case

I am working towards application isolation by developing a custom Docker image that encapsulates a Python script unique to each application. Given the proprietary nature of my application logic, using public references is not feasible. Additionally, this approach simplifies the release and deployment process on Kubernetes, moving away from zip file references. It also allows greater control over the operating system level configurations of the image, beyond just the Python code included in the zip.

Related issues

No response

Are you willing to submit a PR?