We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7138b5c commit ecef996Copy full SHA for ecef996
pkg/operator/operator/k8s_specs.go
@@ -46,7 +46,7 @@ const (
46
_apiContainerName = "api"
47
_tfServingContainerName = "serve"
48
_downloaderInitContainerName = "downloader"
49
- _downloaderLastLog = "pulling the %s serving image"
+ _downloaderLastLog = "downloading the %s serving image"
50
_defaultPortInt32, _defaultPortStr = int32(8888), "8888"
51
_tfServingPortInt32, _tfServingPortStr = int32(9000), "9000"
52
_tfServingHost = "localhost"
0 commit comments