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
1. Bringup DIND cluster | |
# cd kubernetes | |
# git clone https://github.com/shashidharatd/kubernetes-dind-cluster dind | |
# make | |
# ./dind/dind-up-cluster.sh | |
2. Push hyperkube to private registry | |
# REGISTRY=172.17.0.1:5000 VERSION=latest CACHEBUST=0 ./hack/dev-push-hyperkube.sh | |
3. Deploy CoreDNS Server |
NewerOlder