Skip to content

Commit

Permalink
Adapt changes for, In kubelet, log verbosity and flush frequency can …
Browse files Browse the repository at this point in the history
…also be configured via the configuration

ref kubernetes/kubernetes#106090
  • Loading branch information
acumino committed Feb 8, 2022
1 parent 03770af commit d8cd829
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Expand Up @@ -425,7 +425,12 @@ kubeAPIQPS: 50
kubeReserved:
cpu: 80m
memory: 1Gi
logging: {}
logging:
flushFrequency: 0
options:
json:
infoBufferSize: "0"
verbosity: 0
maxOpenFiles: 1000000
maxPods: 110
memorySwap: {}
Expand Down
Expand Up @@ -182,7 +182,12 @@ kubeAPIQPS: 50
kubeReserved:
cpu: 80m
memory: 1Gi
logging: {}
logging:
flushFrequency: 0
options:
json:
infoBufferSize: "0"
verbosity: 0
maxOpenFiles: 1000000
maxPods: 110
memorySwap: {}
Expand Down

0 comments on commit d8cd829

Please sign in to comment.