mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
Enabling DNS support in local-up-cluster.sh
This commit is contained in:
parent
9c5f4c112b
commit
57c06224eb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user