1. 18 Apr, 2016 6 commits
    • Klaus Ma's avatar
      Added namespace to Spark example. · 326e3077
      Klaus Ma authored
      326e3077
    • k8s-merge-robot's avatar
      Merge pull request #24112 from cjcullen/rmcomments · 26c99fee
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Strip comments from configure-vm.sh for gce
      
      We are getting very close to the 32KiB limit on GCE metadata entry length. We used to strip comments before putting the value in metadata, but I think we removed it in a refactor because it wasn't absolutely necessary, and leaving it out made the scripts slightly cleaner. It's close to being necessary again.
      
      Removing comments reduces the size from 31,609B to 27,221B: https://www.diffchecker.com/0xmmecvw.
      26c99fee
    • k8s-merge-robot's avatar
      Merge pull request #24107 from yifan-gu/load_bridge · d0b52dd8
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      kubenet: Load bridge netfilter module in Init().
      
      This lets the kubenet loads the bridge netfilter module and set bridge-nf-call-iptables=1
      
      Fix #24018 
      
      Follow up PRs would be appreciate if we also load the module in the bridge plugin binary itself. Ref https://github.com/kubernetes/kubernetes/issues/24018#issuecomment-207682514
      
      cc @kubernetes/sig-node @sjpotter @euank
      d0b52dd8
    • k8s-merge-robot's avatar
      Merge pull request #24098 from rootfs/e2e-test · b7316479
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      some enhancement to run volume e2e tests
      b7316479
    • k8s-merge-robot's avatar
      Merge pull request #24048 from liggitt/apiserver-defaults · 62fd6056
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Use correct defaults when binding apiserver flags
      
      defaults should be set in the struct-creating function, then the current struct field value used as the default when binding the flag
      62fd6056
    • k8s-merge-robot's avatar
      Merge pull request #24047 from derekwaynecarr/reuse_summary_provider · 9637b09f
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Expose SummaryProvider for reuse by other parts of kubelet
      
      To support out of resource killing in the kubelet, we will introduce a new top-level module that will ensure node stability by checking if eviction thresholds have been met for memory and file-system usage on the node.  In addition, it will then need information about pod memory and disk usage in order to make an eviction selection.  Currently, this information is collected in `SummaryProvider` but it's hidden away and not available for re-use by other top-level modules of the kubelet.  This initial refactor adds the ability to get summary stat information from the `ResourceAnalyzer` so it can be reused by other top-level modules.
      
      I suspect we will further re-factor this area as code evolves, but this unblocks further progress on out-of-resource killing.
      
      /cc @vishh @timothysc @kubernetes/sig-node @kubernetes/rh-cluster-infra 
      9637b09f
  2. 17 Apr, 2016 23 commits
  3. 16 Apr, 2016 11 commits