提交 db9cd9f2 编写于 作者: P Priya Wadhwa

change dest path

上级 b91b800f
......@@ -272,7 +272,7 @@ func (r *Docker) SystemLogCmd(len int) string {
// 3. Remove the tarball within the VM
func (r *Docker) Preload(k8sVersion string) error {
tarballPath := download.TarballPath(k8sVersion)
dest := filepath.Join("/", "preloaded.tar.lz4")
dest := "/preloaded.tar.lz4"
// Copy over tarball into host
fa, err := assets.NewFileAsset(tarballPath, filepath.Dir(dest), filepath.Base(dest), "0644")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册