We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df88d25 commit 0675e3cCopy full SHA for 0675e3c
1 file changed
internal/deployer/local_images.go
@@ -12,7 +12,7 @@ import (
12
13
var (
14
ErrLocalImagesUnsupported = errors.New("cluster does not support deploying with local images")
15
- ErrLocalImageRetrievalNotSupported = errors.New("image pre-loader does not support retrieval of load images")
+ ErrLocalImageRetrievalNotSupported = errors.New("image pre-loader does not support retrieval of images available on the cluster")
16
)
17
18
// ImagePreLoader transfers container images into a local cluster's image store.
0 commit comments