Project

General

Profile

Bug #20200

Updated by Peter Amstutz about 1 year ago

Explicitly limit log create requests in controller so they do not overwhelm the API server. 

 When there are many containers running, they can overwhelm the API server sending live log updates.    It is an acceptable tradeoff to discard logs in order to maintain system stability, so the goal here is to limit the amount of logs server, we process in order want to leave capacity for all the other requests.

Back