mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Fix an else branch in trusty/configure-helper.sh
This commit is contained in:
		@@ -628,7 +628,7 @@ start_kube_apiserver() {
 | 
				
			|||||||
    params="${params} --advertise-address=${vm_external_ip}"
 | 
					    params="${params} --advertise-address=${vm_external_ip}"
 | 
				
			||||||
    params="${params} --ssh-user=${PROXY_SSH_USER}"
 | 
					    params="${params} --ssh-user=${PROXY_SSH_USER}"
 | 
				
			||||||
    params="${params} --ssh-keyfile=/etc/srv/sshproxy/.sshkeyfile"
 | 
					    params="${params} --ssh-keyfile=/etc/srv/sshproxy/.sshkeyfile"
 | 
				
			||||||
  else [ -n "${MASTER_ADVERTISE_ADDRESS:-}" ]
 | 
					  elif [ -n "${MASTER_ADVERTISE_ADDRESS:-}" ]; then
 | 
				
			||||||
    params="${params} --advertise-address=${MASTER_ADVERTISE_ADDRESS}"
 | 
					    params="${params} --advertise-address=${MASTER_ADVERTISE_ADDRESS}"
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
  readonly kube_apiserver_docker_tag=$(cat /home/kubernetes/kube-docker-files/kube-apiserver.docker_tag)
 | 
					  readonly kube_apiserver_docker_tag=$(cat /home/kubernetes/kube-docker-files/kube-apiserver.docker_tag)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user