Commit 57c06224 authored by Thibault Serot's avatar Thibault Serot

Enabling DNS support in local-up-cluster.sh

parent 9c5f4c11
...@@ -311,7 +311,6 @@ function start_kubelet { ...@@ -311,7 +311,6 @@ function start_kubelet {
else else
dns_args="--cluster-dns=127.0.0.1" dns_args="--cluster-dns=127.0.0.1"
fi fi
echo dns_args=$dns_args
net_plugin_args="" net_plugin_args=""
if [[ -n "${NET_PLUGIN}" ]]; then if [[ -n "${NET_PLUGIN}" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment