mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 20:42:26 +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
|
||||
dns_args="--cluster-dns=127.0.0.1"
|
||||
fi
|
||||
echo dns_args=$dns_args
|
||||
|
||||
net_plugin_args=""
|
||||
if [[ -n "${NET_PLUGIN}" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user