Skip to content

Commit 41547ba

Browse files
authored
info log where we're downloading the kots binary from (#5216)
1 parent 7978819 commit 41547ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/replicatedapp/embeddedcluster.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
"os"
1212

1313
"github.com/pkg/errors"
14+
"github.com/replicatedhq/kots/pkg/logger"
1415
"github.com/replicatedhq/kots/pkg/util"
1516
kotsv1beta1 "github.com/replicatedhq/kotskinds/apis/kots/v1beta1"
1617
)
@@ -55,6 +56,7 @@ func DownloadKOTSBinary(license *kotsv1beta1.License, versionLabel string) (stri
5556
if err != nil {
5657
return "", errors.Wrap(err, "failed to call newrequest")
5758
}
59+
logger.Infof("downloading kots binary from %s", url)
5860

5961
req.SetBasicAuth(license.Spec.LicenseID, license.Spec.LicenseID)
6062

0 commit comments

Comments
 (0)