Skip to content

Commit

Permalink
Fix kubedns manifest names
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts committed Dec 20, 2016
1 parent 897ad95 commit 29765fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dind-up-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function dind::kube-up {
function dind::deploy-dns {
dind::step "Deploying kube-dns"
"cluster/kubectl.sh" create -f <(
for f in skydns-rc.yaml skydns-svc.yaml; do
for f in kubedns-controller.yaml kubedns-svc.yaml; do
echo "---"
eval "cat <<EOF
$(<"cluster/addons/dns/${f}.sed")
Expand Down

0 comments on commit 29765fd

Please sign in to comment.