mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Remove unused env vars
This commit is contained in:
		@@ -166,8 +166,6 @@ function kube-up {
 | 
				
			|||||||
    grep -v "^#" $(dirname $0)/vsphere/templates/hostname.sh
 | 
					    grep -v "^#" $(dirname $0)/vsphere/templates/hostname.sh
 | 
				
			||||||
    echo "MASTER_NAME=${MASTER_NAME}"
 | 
					    echo "MASTER_NAME=${MASTER_NAME}"
 | 
				
			||||||
    echo "MASTER_HTPASSWD='${HTPASSWD}'"
 | 
					    echo "MASTER_HTPASSWD='${HTPASSWD}'"
 | 
				
			||||||
    echo "MINION_NAMES=( ${MINION_NAMES[@]} )"
 | 
					 | 
				
			||||||
    echo "KUBE_MINION_IP_ADDRESSES=( ${KUBE_MINION_IP_ADDRESSES[@]} )"
 | 
					 | 
				
			||||||
    grep -v "^#" $(dirname $0)/vsphere/templates/install-release.sh
 | 
					    grep -v "^#" $(dirname $0)/vsphere/templates/install-release.sh
 | 
				
			||||||
    grep -v "^#" $(dirname $0)/vsphere/templates/salt-master.sh
 | 
					    grep -v "^#" $(dirname $0)/vsphere/templates/salt-master.sh
 | 
				
			||||||
  ) > ${KUBE_TEMP}/master-start.sh
 | 
					  ) > ${KUBE_TEMP}/master-start.sh
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user