Skip to content

Commit

Permalink
Merge two log functions into one
Browse files Browse the repository at this point in the history
Signed-off-by: Archit Kulkarni <[email protected]>
  • Loading branch information
architkulkarni committed Jun 27, 2023
1 parent 800a9f6 commit 0914a5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ray-operator/controllers/ray/rayjob_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@ func (r *RayJobReconciler) getSubmitterTemplate(rayJobInstance *rayv1alpha1.RayJ
r.Log.Info("default submitter template is used")
} else {
submitterTemplate = *rayJobInstance.Spec.SubmitterPodTemplate.DeepCopy()
r.Log.Info("user-provided submitter template is used")
r.Log.Info("the first container is assumed to be the submitter")
r.Log.Info("user-provided submitter template is used; the first container is assumed to be the submitter")
}

// If the command in the submitter pod template isn't set, use the default command.
Expand Down

0 comments on commit 0914a5c

Please sign in to comment.