mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 10:18:13 +00:00 
			
		
		
		
	fix issue that e2e script exits due to unbound variables
This commit is contained in:
		| @@ -19,8 +19,8 @@ | ||||
|  | ||||
| # Must ensure that the following ENV vars are set | ||||
| function detect-master { | ||||
| 	echo "KUBE_MASTER_IP: $KUBE_MASTER_IP" 1>&2 | ||||
| 	echo "KUBE_MASTER: $KUBE_MASTER" 1>&2 | ||||
| 	echo "KUBE_MASTER_IP: ${KUBE_MASTER_IP:-}" 1>&2 | ||||
| 	echo "KUBE_MASTER: ${KUBE_MASTER:-}" 1>&2 | ||||
| } | ||||
|  | ||||
| # Get node names if they are not static. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wei Huang
					Wei Huang