Skip to content

Commit

Permalink
Drop kubelet logging back down to level 3
Browse files Browse the repository at this point in the history
KUBELET_LOG_LEVEL was bumped to level 4 to aid in
debugging some issue by node team (see openshift#1672).
However customers upgrading to 4.5 in prod, are seeing this bump
causing extra GBs of data to be saved.

Closes: BZ 1895385
  • Loading branch information
kikisdeliveryservice committed Nov 9, 2020
1 parent ba0a056 commit 78417c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contents: |
Type=notify
ExecStartPre=/bin/mkdir --parents /etc/kubernetes/manifests
ExecStartPre=/bin/rm -f /var/lib/kubelet/cpu_manager_state
Environment="KUBELET_LOG_LEVEL=4"
Environment="KUBELET_LOG_LEVEL=3"
{{- if .KubeletIPv6}}
Environment="KUBELET_NODE_IP=::"
{{- end}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contents: |
Type=notify
ExecStartPre=/bin/mkdir --parents /etc/kubernetes/manifests
ExecStartPre=/bin/rm -f /var/lib/kubelet/cpu_manager_state
Environment="KUBELET_LOG_LEVEL=4"
Environment="KUBELET_LOG_LEVEL=3"
{{- if .KubeletIPv6}}
Environment="KUBELET_NODE_IP=::"
{{- end}}
Expand Down

0 comments on commit 78417c6

Please sign in to comment.