-
-
Save yogeshvar/ec22fc7bc54a5e0ac29498fb9dd2716f 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
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