mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 10:18:13 +00:00 
			
		
		
		
	Export KUBE_VERSION for consumption by get-kube-binaries.sh
This commit is contained in:
		| @@ -81,9 +81,9 @@ KUBE_CI_VERSION_REGEX="^v(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)-(be | ||||
| #   KUBE_VERSION | ||||
| function set_binary_version() { | ||||
|   if [[ "${1}" =~ "/" ]]; then | ||||
|     KUBE_VERSION=$(curl -fL "https://dl.k8s.io/${1}.txt") | ||||
|     export KUBE_VERSION=$(curl -fL "https://dl.k8s.io/${1}.txt") | ||||
|   else | ||||
|     KUBE_VERSION=${1} | ||||
|     export KUBE_VERSION=${1} | ||||
|   fi | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Erick Fejta
					Erick Fejta