• Kubernetes Submit Queue's avatar
    Merge pull request #43399 from derekwaynecarr/fix_node_e2e · e4536e85
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 42452, 43399)
    
    Fix faulty assumptions in summary API testing
    
    **What this PR does / why we need it**:
    1. on systemd, launch kubelet in dedicated part of cgroup hierarchy
    1. bump allowable memory usage for busy box containers as my own local testing often showed values > 1mb which were valid per the memory limit settings we impose
    1. there is a logic flaw today in how we report node.memory.stats that needs to be fixed in follow-on.
    
    for the last issue, we look at `/sys/fs/cgroup/memory.stat[rss]` value which if you have global accounting enabled on systemd machines (as expected) will report 0 because nothing runs local to the root cgroup.  we really want to be showing the total_rss value for non-leaf cgroups so we get the full hierarchy of usage.
    e4536e85
Name
Last commit
Last update
..
e2e Loading commit data...
e2e_federation Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
list Loading commit data...
soak Loading commit data...
utils Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...