Commit 5b24758f authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #18398 from mamikonyana/kubectl_config_option

Auto commit by PR queue bot
parents b46cee88 69321365
...@@ -237,6 +237,7 @@ KUBELET_OPTS="\ ...@@ -237,6 +237,7 @@ KUBELET_OPTS="\
--hostname-override=${1} \ --hostname-override=${1} \
--api-servers=http://${2}:8080 \ --api-servers=http://${2}:8080 \
--logtostderr=true \ --logtostderr=true \
--config=/etc/kubernetes/manifests \
--cluster-dns=$3 \ --cluster-dns=$3 \
--cluster-domain=$4" --cluster-domain=$4"
EOF EOF
......
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