Skip to content

Commit 62c9cee

Browse files
authored
rename k0s image file from 'install.tar' to 'images-amd64.tar' (#502)
1 parent 1cd15b8 commit 62c9cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/airgap/materialize.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/replicatedhq/embedded-cluster/pkg/defaults"
1212
)
1313

14-
const K0sImagePath = "/var/lib/k0s/images/install.tar"
14+
const K0sImagePath = "/var/lib/k0s/images/images-amd64.tar"
1515

1616
// MaterializeAirgap places the airgap image bundle for k0s and the embedded cluster charts on disk.
1717
// - image bundle should be located at 'images-amd64.tar' within the embedded-cluster directory within the airgap bundle.

0 commit comments

Comments
 (0)