Autoscaler side car container does not support liveness/readiness probe

How severe does this issue affect your experience of using Ray?

  • Medium: It contributes to significant difficulty to complete my task, but I can work around it.

Hi,

I have been trying to setup ray cluster with kuberay in my organization. Our k8s clusters has kyverno policy that expect all container in any pod to have liveness and readiness probe.

It seems based on the CRDs I can’t specify this probe within the autoscalerOptions for the Autoscaler side car. Is this correct? or Do I miss something here?

I can still run Ray Cluster of course but without the autoscaler.

Thank you.