Skip to content
Snippets Groups Projects
Commit b8384685 authored by Seungkyu Ahn's avatar Seungkyu Ahn Committed by Matthew Mosesohn
Browse files

Fixed kubelet standard log environment (#1780)

Change KUBE_LOGGING to KUBE_LOGTOSTDERR, when installing kubelet
as host type.
parent f2235be1
No related branches found
No related tags found
No related merge requests found
# logging to stderr means we get it in the systemd journal
KUBE_LOGGING="--logtostderr=true"
KUBE_LOGTOSTDERR="--logtostderr=true"
KUBE_LOG_LEVEL="--v={{ kube_log_level }}"
# The address for the info server to serve on (set to 0.0.0.0 or "" for all interfaces)
KUBELET_ADDRESS="--address={{ ip | default("0.0.0.0") }} {% if ip is defined %} --node-ip={{ ip }}{% endif %}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment