Skip to content

Instantly share code, notes, and snippets.

@yogeshvar
Forked from 13parulverma/dind-setup.sh
Last active July 25, 2019 10:45
Show Gist options
  • Save yogeshvar/ec22fc7bc54a5e0ac29498fb9dd2716f to your computer and use it in GitHub Desktop.
Save yogeshvar/ec22fc7bc54a5e0ac29498fb9dd2716f to your computer and use it in GitHub Desktop.
DIND Cluster setup - Bash Script
echo "Setting up the dind-cluster-v1.12"
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"
echo "Adding Proxy settings"
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