Skip to content

Commit 86dbf04

Browse files
docs: Clarify per-cluster serve svc behavior (#4699)
Signed-off-by: JiangJiaWei1103 <[email protected]>
1 parent 23a6aa6 commit 86dbf04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ray-operator/controllers/ray/rayservice_controller.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,10 +1985,10 @@ func (r *RayServiceReconciler) reconcilePerClusterServeService(ctx context.Conte
19851985

19861986
logger := ctrl.LoggerFrom(ctx).WithValues("RayCluster", rayClusterInstance.Name)
19871987

1988-
logger.Info("Building per-cluster RayService")
1988+
logger.Info("Building per-cluster serve service")
19891989

19901990
// Create a serve service for the RayCluster associated with this RayService. During an incremental
1991-
// upgrade, this will be called for the pending RayCluster instance.
1991+
// upgrade, this will be called for both the active and pending RayCluster instances.
19921992
desiredSvc, err := common.BuildServeService(ctx, *rayServiceInstance, *rayClusterInstance, true)
19931993
if err != nil {
19941994
logger.Error(err, "Failed to build per-cluster serve service spec")

0 commit comments

Comments
 (0)