Deploying RayCluster: Readiness and Liveness Probes for the Head Node Continuously Failing

[Ray Usage Environment] Production
[Ray Version and Libraries] ver 3.0.0 dev
[Environment] CentOS 7, Kubernetes (k8s)

[Issue Reproduction]
After initializing KubeRay, I attempted to start the Ray cluster.

Since our company’s internal network server does not have Helm installed and cannot access the internet, I tried to use the ray-cluster.sample.yaml file located in the ray-operator/config/sample directory of the KubeRay project to launch the Ray cluster.

Using kubectl describe to view detailed information of the head pod:

Is the pod unable to operate correctly due to the Readiness and Liveness probes consistently being in an unhealthy state? Are there any effective solutions?