Skip to content

Commit

Permalink
[feat][RayCluster] shorten HeadlessServiceSuffix to have more space f…
Browse files Browse the repository at this point in the history
…or CR names (#3101)

Signed-off-by: Rueian <rueiancsie@gmail.com>
  • Loading branch information
rueian authored Feb 28, 2025
1 parent 79c7c87 commit 326ff65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ray-operator/controllers/ray/utils/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 326ff65

Please sign in to comment.