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
+++ [0929 21:02:39] Placing binaries
+++ [0929 14:02:51] Running build command....
+++ [0929 14:02:53] Syncing back _output/dockerized/bin directory from remote Docker
!!! [0929 14:07:49] Timed out waiting for binaries...
+++ [0929 14:07:49] Building tarball: server linux-amd64
+++ [0929 14:07:49] Building tarball: salt
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/kube-proxy: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/kube-apiserver: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/kube-controller-manager: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/kubelet: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/kubemark: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/hyperkube: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/linkcheck: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/kube-scheduler: No such file or directory
+++ [0929 14:07:49] Starting tarball: client Godeps-Godeps.json
+++ [0929 14:07:49] Starting tarball: client Godeps-Readme
!!! Error in build/../build/common.sh:635
'cp "${KUBE_SERVER_BINARIES[@]/#/${LOCAL_OUTPUT_BINPATH}/${platform}/}" "${release_stage}/server/bin/"' exited with status 1
Not directly related, but I discovered from #14028 that docker has issues mapping the /Users directory, which means it probably has issues with /tmp and it does! This issue is more of a warning to future users to not try and make quick-release from /tmp/kubernetes
The text was updated successfully, but these errors were encountered:
Not directly related, but I discovered from #14028 that docker has issues mapping the
/Users
directory, which means it probably has issues with/tmp
and it does! This issue is more of a warning to future users to not try andmake quick-release
from/tmp/kubernetes
The text was updated successfully, but these errors were encountered: