mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #8046 from ZJU-SEL/add-ubuntu-test-build-release
add func test-build-release
This commit is contained in:
		@@ -26,6 +26,13 @@ MASTER=""
 | 
			
		||||
MASTER_IP=""
 | 
			
		||||
MINION_IPS=""
 | 
			
		||||
 | 
			
		||||
# Assumed Vars:
 | 
			
		||||
#   KUBE_ROOT
 | 
			
		||||
function test-build-release {
 | 
			
		||||
  # Make a release
 | 
			
		||||
  "${KUBE_ROOT}/build/release.sh"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# From user input set the necessary k8s and etcd configuration infomation
 | 
			
		||||
function setClusterInfo() {
 | 
			
		||||
  ii=0
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user