William Wang

Results 5 comments of William Wang

This works for me: just save ssh private key to a temporary file and use it in ssh variable. ```yaml # .github/workflows/image-build.yaml jobs: build-image: steps: - name: Save ssh private...

if you use kk init os with the -a artifact.tgz, which means expecting install os packages from iso file, and the artifact.tgz should have specific iso files in it. In...

kk 安装时是根据节点的系统版本(看起来你的系统是 22.04)查找对应的 iso 文件,而你的配置文件里面只配置了 20.04 的,请修改配置文件新增 22.04 的 iso

My pleasure. Do you have alternative repo to `acr.kubevela.net` or the document just use something like `docker.your-repo.com` for example.