Enabling DNS support in local-up-cluster.sh

This commit is contained in:
Thibault Serot 2015-12-30 23:48:00 +01:00
parent 9c5f4c112b
commit 57c06224eb

View File

@ -311,7 +311,6 @@ function start_kubelet {
else
dns_args="--cluster-dns=127.0.0.1"
fi
echo dns_args=$dns_args
net_plugin_args=""
if [[ -n "${NET_PLUGIN}" ]]; then