diff --git a/ray-operator/controllers/ray/utils/constant.go b/ray-operator/controllers/ray/utils/constant.go index d0d8bc22ab8..58a7e43a620 100644 --- a/ray-operator/controllers/ray/utils/constant.go +++ b/ray-operator/controllers/ray/utils/constant.go @@ -86,8 +86,8 @@ const ( ComponentName = "kuberay-operator" // The default suffix for Headless Service for multi-host worker groups. - // The full name will be of the form "${RayCluster_Name}-headless-worker-svc". - HeadlessServiceSuffix = "headless-worker-svc" + // The full name will be of the form "${RayCluster_Name}-headless". + HeadlessServiceSuffix = "headless" // Use as container env variable RAY_CLUSTER_NAME = "RAY_CLUSTER_NAME"