Kubernetes install gen_deepcopy permission denied

7/21/2016

From a fresh clone of the repo, upon running make release I greeted with this error:

./hack/run-in-gopath.sh: line 33: _output/bin/deepcopy-gen: Permission denied
!!! Error in ./hack/run-in-gopath.sh:33
  '"${@}"' exited with status 1
Call stack:
  1: ./hack/run-in-gopath.sh:33 main(...)
Exiting with status 1
make: *** [Makefile.generated_files:201: gen_deepcopy] Error 1
-- MNZT
archlinux
kubernetes
makefile

1 Answer

7/25/2016

A bunch of stuff changed with the build recently, so please first try 'sudo make clean' and if you still get errors, let me know.

-- Tim Hockin
Source: StackOverflow