Skip to content

Commit

Permalink
[Structure Logging][1/n] Make the format of the controller name consi…
Browse files Browse the repository at this point in the history
…stent (ray-project#1938)
  • Loading branch information
kevin85421 authored Feb 23, 2024
1 parent dbd6b72 commit f6b4c31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ray-operator/controllers/ray/raycluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,6 @@ func (r *RayClusterReconciler) buildRedisCleanupJob(ctx context.Context, instanc
// SetupWithManager builds the reconciler.
func (r *RayClusterReconciler) SetupWithManager(mgr ctrl.Manager, reconcileConcurrency int) error {
b := ctrl.NewControllerManagedBy(mgr).
Named("raycluster-controller").
For(&rayv1.RayCluster{}, builder.WithPredicates(predicate.Or(
predicate.GenerationChangedPredicate{},
predicate.LabelChangedPredicate{},
Expand Down

0 comments on commit f6b4c31

Please sign in to comment.