Skip to content

Instantly share code, notes, and snippets.

View shashidharatd's full-sized avatar

shashidharatd shashidharatd

View GitHub Profile
@shashidharatd
shashidharatd / gist:029a4236678ebde9f5d1458bfa949601
Last active May 24, 2017 08:18
Bringup K8s Federation control plane on DIND
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