mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Add KUBE_RELEASE_RUN_TESTS=n to suggestion
Without KUBE_RELEASE_RUN_TESTS=n, it can take quite a while to build all of the necessary binaries since the tests have to run.
This commit is contained in:
		@@ -32,7 +32,7 @@ systemctl restart network
 | 
			
		||||
 | 
			
		||||
function release_not_found() {
 | 
			
		||||
  echo "It looks as if you don't have a compiled version of Kubernetes.  If you" >&2
 | 
			
		||||
  echo "are running from a clone of the git repo, please run ./build/release.sh." >&2
 | 
			
		||||
  echo "are running from a clone of the git repo, please run 'KUBE_RELEASE_RUN_TESTS=n ./build/release.sh.'" >&2
 | 
			
		||||
  echo "Note that this requires having Docker installed.  If you are running " >&2
 | 
			
		||||
  echo "from a release tarball, something is wrong.  Look at " >&2
 | 
			
		||||
  echo "http://kubernetes.io/ for information on how to contact the development team for help." >&2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user