ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
1.16k stars 373 forks source link

feat: set appProtocol based on target service #2094

Open Yapcheekian opened 5 months ago

Yapcheekian commented 5 months ago

Why are these changes needed?

https://github.com/ray-project/kuberay/pull/668 always set app protocol to tcp. This change dynamically adjusts the port protocol based on the target service.

Related issue number

https://github.com/ray-project/kuberay/issues/1946

Checks

Yapcheekian commented 5 months ago

@rueian