pcm32 / kubespray-ebi-portal

Kubespray deployment using the EBI Cloud Portal specification
3 stars 4 forks source link

missing kubespray/artifacts #8

Open sneumann opened 6 years ago

sneumann commented 6 years ago

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

pcm32 commented 6 years ago

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.