Skip to content

Commit ecef996

Browse files
committed
Update message for downloading serving image (cluster)
1 parent 7138b5c commit ecef996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/operator/k8s_specs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const (
4646
_apiContainerName = "api"
4747
_tfServingContainerName = "serve"
4848
_downloaderInitContainerName = "downloader"
49-
_downloaderLastLog = "pulling the %s serving image"
49+
_downloaderLastLog = "downloading the %s serving image"
5050
_defaultPortInt32, _defaultPortStr = int32(8888), "8888"
5151
_tfServingPortInt32, _tfServingPortStr = int32(9000), "9000"
5252
_tfServingHost = "localhost"

0 commit comments

Comments
 (0)