mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Always mark gke-exec-auth-plugin executable
This commit is contained in:
		@@ -273,7 +273,8 @@ function install-exec-auth-plugin {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  echo "Downloading gke-exec-auth-plugin binary"
 | 
					  echo "Downloading gke-exec-auth-plugin binary"
 | 
				
			||||||
  download-or-bust "${plugin_sha1}" "${plugin_url}"
 | 
					  download-or-bust "${plugin_sha1}" "${plugin_url}"
 | 
				
			||||||
  mv "${KUBE_HOME}/gke-exec-auth-plugin" "${KUBE_BIN}"
 | 
					  mv "${KUBE_HOME}/gke-exec-auth-plugin" "${KUBE_BIN}/gke-exec-auth-plugin"
 | 
				
			||||||
 | 
					  chmod a+x "${KUBE_BIN}/gke-exec-auth-plugin"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function install-kube-manifests {
 | 
					function install-kube-manifests {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user