Skip to content

Instantly share code, notes, and snippets.

@13parulverma
13parulverma / dind-setup.sh
Last active July 25, 2019 10:44
DIND Cluster setup - Bash Script
wget https://github.com/kubernetes-sigs/kubeadm-dind-cluster/releases/download/v0.2.0/dind-cluster-v1.12.sh
chmod +x dind-cluster-v1.12.sh
export PATH="$HOME/.kubeadm-dind-cluster:$PATH"
export DIND_HTTP_PROXY=http://10.19.16.165:8080
export DIND_HTTPS_PROXY=http://10.19.16.165:8080