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
{{ message }}
This repository has been archived by the owner on May 30, 2022. It is now read-only.
2018/08/31 11:20:26 azure.go:414: CWD /home/ben/go/src/k8s.io/kubernetes/kubernetes
2018/08/31 11:20:26 process.go:153: Running: hack/dev-push-hyperkube.sh
2018/08/31 11:20:26 process.go:155: Step 'hack/dev-push-hyperkube.sh' finished in 397.55µs
2018/08/31 11:20:26 azure.go:538: Deleting resource group: kubetest-45faad82-ad31-11e8-b16a-d89ef328042b-rg.
2018/08/31 11:20:26 main.go:309: Something went wrong: starting e2e cluster: Problem building hyperkube error starting hack/dev-push-hyperkube.sh: fork/exec hack/dev-push-hyperkube.sh: no such file or directory
It seems like the --extract=ci/latest flag causes it to download a k8s.io/kubernetes/kubernetes subdirectory, which is then what my CWD ends up as. This directory has a hack subdir, but it isn't the full directory:
$ ls kubernetes/hack
e2e.go e2e-internal get-build.sh ginkgo-e2e.sh lib
The text was updated successfully, but these errors were encountered:
benmoss
changed the title
2018/08/31 10:58:16 main.go:309: Something went wrong: starting e2e cluster: Problem building hyperkube error starting hack/dev-push-hyperkube.sh: fork/exec hack/dev-push-hyperkube.sh: no such file or directory
hack/dev-push-hyperkube.sh: no such file or directory
Aug 31, 2018
Following the instructions in the README, I got as far as here but not sure what is going wrong now.
My command:
It seems like the
--extract=ci/latest
flag causes it to download ak8s.io/kubernetes/kubernetes
subdirectory, which is then what my CWD ends up as. This directory has ahack
subdir, but it isn't the full directory:The text was updated successfully, but these errors were encountered: