mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Remove reference to USE_RELEASE_NODE_BINARIES.
This variable was used for development purposes and was accidentally
introduced in
f0f7829934.
This is its only use in the tree:
https://github.com/kubernetes/kubernetes/search?q=USE_RELEASE_NODE_BINARIES&unscoped_q=USE_RELEASE_NODE_BINARIES
			
			
This commit is contained in:
		@@ -323,7 +323,7 @@ function find-tar() {
 | 
			
		||||
#   KUBE_MANIFESTS_TAR
 | 
			
		||||
function find-release-tars() {
 | 
			
		||||
  SERVER_BINARY_TAR=$(find-tar kubernetes-server-linux-amd64.tar.gz)
 | 
			
		||||
  if [[ "${NUM_WINDOWS_NODES}" -gt "0" && "${USE_RELEASE_NODE_BINARIES:-false}" == "false" ]]; then
 | 
			
		||||
  if [[ "${NUM_WINDOWS_NODES}" -gt "0" ]]; then
 | 
			
		||||
    NODE_BINARY_TAR=$(find-tar kubernetes-node-windows-amd64.tar.gz)
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user