Skip to content

Instantly share code, notes, and snippets.

@13parulverma
Last active July 25, 2019 10:44
Show Gist options
  • Save 13parulverma/dd0d4a687a9be28737700236961aa3ee to your computer and use it in GitHub Desktop.
Save 13parulverma/dd0d4a687a9be28737700236961aa3ee to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment