You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: warn if online installation is attempted on air gap (#1475)
* feat: warn if online installation is attempted on air gap
vendor portal informs us (through the embedded channel release struct)
if the binary was downloaded with or without an airgap bundle.
if the binary was downloaded with an airgap bundle, we should warn the user
we must warn the users if they attempt to install the binary without
passing in the airgap bundle flag.
* Update pkg/cmd/install.go
Co-authored-by: Andrew Lavery <[email protected]>
* Update pkg/cmd/join.go
Co-authored-by: Andrew Lavery <[email protected]>
* Update pkg/cmd/restore.go
Co-authored-by: Andrew Lavery <[email protected]>
---------
Co-authored-by: Andrew Lavery <[email protected]>
0 commit comments