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
Hi, after the install is almost done, I am getting:
[...]
download : container_download | Download containers if pull is required or told to always pull ------------------------------------------------------------------ 3.37s
cp: cannot stat 'kubespray/artifacts': No such file or directory
which occurs in run-deployment.sh: cp -r kubespray/artifacts $PWD
but I am unsure where kubespray/artifacts should come from.
There is start-env-for-running.sh:MOUNT_ARTIFACTS="-v $PROJECT_DIR/artifacts:/cloud-deploy/artifacts" .
Yours, Steffen
The text was updated successfully, but these errors were encountered:
Thanks @sneumann! kubespray/artifacts is created at the end of the kubespray ansible part, when the kubeconfig file of the cluster is copied to the provision host. Made some changes last night, did the process pull the container tag again? Might be worth trying.
Hi, after the install is almost done, I am getting:
which occurs in run-deployment.sh:
cp -r kubespray/artifacts $PWD
but I am unsure where
kubespray/artifacts
should come from.There is start-env-for-running.sh:
MOUNT_ARTIFACTS="-v $PROJECT_DIR/artifacts:/cloud-deploy/artifacts"
.Yours, Steffen
The text was updated successfully, but these errors were encountered: