1. 22 Mar, 2017 10 commits
  2. 21 Mar, 2017 28 commits
  3. 20 Mar, 2017 2 commits
    • Random-Liu's avatar
      fbc320af
    • 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