Last active
July 25, 2019 10:44
-
-
Save 13parulverma/dd0d4a687a9be28737700236961aa3ee to your computer and use it in GitHub Desktop.
DIND Cluster setup - Bash Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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