Skip to content

Commit

Permalink
Set controller name from tf-operator to tfjob-operator
Browse files Browse the repository at this point in the history
tfjob-operator is more consistent with the naming of other operators
such as pytorchjob-operator or xgboostjob-operator
  • Loading branch information
thunderboltsid committed Aug 25, 2021
1 parent 849362b commit 29b8996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller.v1/tensorflow/tfjob_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const (
FailedDeleteJobReason = "FailedDeleteJob"
SuccessfulDeleteJobReason = "SuccessfulDeleteJob"

controllerName = "tf-operator"
controllerName = "tfjob-operator"

// labels for pods and servers.
tfReplicaTypeLabel = "replica-type"
Expand Down

0 comments on commit 29b8996

Please sign in to comment.