Skip to content

Commit 4f6c555

Browse files
author
Moritz Clasmeier
committed
Elaborate with code comment
1 parent 5ade72e commit 4f6c555

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cmd/deploy.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,10 @@ func runDeploy(cmd *cobra.Command, args []string) error {
335335
if err != nil && !errors.Is(err, deployer.ErrLocalImagesUnsupported) {
336336
return fmt.Errorf("obtaining image preloader for cluster: %w", err)
337337
}
338+
// ErrLocalImagesUnsupported indicates that roxie does not contain preloading
339+
// support for the respective cluster type. If preloading is required (because
340+
// the images do not exist on the remote registry), the user needs to take care
341+
// of the preloading.
338342
}
339343
if preLoader == nil {
340344
log.Warningf("Image preloading not supported for cluster %s.", d.GetKubeContext())

0 commit comments

Comments
 (0)