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 1cd15b8 commit 62c9ceeCopy full SHA for 62c9cee
pkg/airgap/materialize.go
@@ -11,7 +11,7 @@ import (
11
"github.com/replicatedhq/embedded-cluster/pkg/defaults"
12
)
13
14
-const K0sImagePath = "/var/lib/k0s/images/install.tar"
+const K0sImagePath = "/var/lib/k0s/images/images-amd64.tar"
15
16
// MaterializeAirgap places the airgap image bundle for k0s and the embedded cluster charts on disk.
17
// - image bundle should be located at 'images-amd64.tar' within the embedded-cluster directory within the airgap bundle.
0 commit comments