mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #18398 from mamikonyana/kubectl_config_option
Auto commit by PR queue bot
This commit is contained in:
commit
5b24758f84
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user