1. 21 Sep, 2016 6 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #33143 from mml/off_by_one_._._._the_story_of_an_engineer · 31379c10
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Only approve evictions when budgets would stay enforced after.
      
      Prior to this, we would approve eviction as long as the current state of
      the pods matched the budget.  The new version requires that after the
      eviction, the pods would still match the budget.
      
      Also update tests to match.
      31379c10
    • Matt Liggett's avatar
      Only approve evictions when budgets would stay enforced after. · ce0e7586
      Matt Liggett authored
      Prior to this, we would approve eviction as long as the current state of
      the pods matched the budget.  The new version requires that after the
      eviction, the pods would still match the budget.
      
      Also update tests to match.
      ce0e7586
    • Kubernetes Submit Queue's avatar
      Merge pull request #33133 from mml/omg-loop-variables · cfecc2fa
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Stop referring to loop variable inside closure.
      
      Prior to this, I was actually running the same (last) test 5 times in a row.  :-(
      
      Fixes #33137
      cfecc2fa
    • Kubernetes Submit Queue's avatar
      Merge pull request #33131 from Random-Liu/fix-node-e2e-for-cri · 0986a01f
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Fix the properties file for node e2e cri validation.
      
      I fixed this locally before, but accidentally missed in the PR. Sorry about that.
      
      This time, I've tried myself, it should work.
      
      @yujuhong
      0986a01f
    • Kubernetes Submit Queue's avatar
      Merge pull request #32276 from YuPengZTE/devERR · 95dd65c9
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      In error, the first letter is low-case letter
      95dd65c9
    • Kubernetes Submit Queue's avatar
      Merge pull request #33055 from dchen1107/test1 · aa5372c5
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Fix backward compatibility issue caused by promoting initcontainers f…
      
      #31026 moves init-container feature from alpha to beta, but only took care the backward compatibility for pod specification, not deal with status. For status, it simply moved from `pods.beta.kubernetes.io/init-container-statuses` to
      `pods.beta.kubernetes.io/init-container-statuses` instead of introducing one more pods.beta.kubernetes.io/init-container-statuses. This breaks when the cluster is running with 1.4, but the user is still running with kubectl 1.3.x. 
      
      Fixed #32711
      aa5372c5
  2. 20 Sep, 2016 34 commits