mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-23 11:27:15 +00:00
Automatic merge from submit-queue (batch tested with PRs 41980, 42192, 42223, 41822, 42048) Take into account number of restarts in cluster logging tests Before, in cluster logging tests, we only measured e2e number of lines delivered to the backend. Also, befure https://github.com/kubernetes/kubernetes/pull/41795 was merged, from the k8s perspective, fluentd was always working properly, even if it's crashlooping inside. Now we can detect whether fluentd is truly working properly, experiencing no, or almost no OOMs duing its operation.