mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	@@ -22,6 +22,7 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
 | 
				
			|||||||
source "config-default.sh"
 | 
					source "config-default.sh"
 | 
				
			||||||
KUBECTL="${KUBE_ROOT}/cluster/kubectl.sh"
 | 
					KUBECTL="${KUBE_ROOT}/cluster/kubectl.sh"
 | 
				
			||||||
export KUBECTL_PATH="${KUBE_ROOT}/cluster/ubuntu/binaries/kubectl"
 | 
					export KUBECTL_PATH="${KUBE_ROOT}/cluster/ubuntu/binaries/kubectl"
 | 
				
			||||||
 | 
					export KUBE_CONFIG_FILE=${KUBE_CONFIG_FILE:-${KUBE_ROOT}/cluster/ubuntu/config-default.sh}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function init {
 | 
					function init {
 | 
				
			||||||
  echo "Creating kube-system namespace..."
 | 
					  echo "Creating kube-system namespace..."
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user