1. 08 Aug, 2018 4 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #66634 from janetkuo/deploy-conform · 71b074ff
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      Add Deployment conformance tests
      
      **What this PR does / why we need it**:
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Fixes #
      
      **Special notes for your reviewer**: @kubernetes/sig-apps-pr-reviews @kubernetes/sig-architecture-pr-reviews 
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      71b074ff
    • Kubernetes Submit Queue's avatar
      Merge pull request #66795 from jiatongw/zones_vendor · 9d260ff1
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 67052, 67094, 66795). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      Add zones support for vSphere cloud provider(in-tree)
      
      **What this PR does / why we need it**:
      This PR added zones(built-in node labels) support for vSphere cloud provider(in-tree).  More details can be found in the issue as below.
      
      **Which issue(s) this PR fixes** :
      Partially fixes phase 1 of issue #64021 
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      9d260ff1
    • Kubernetes Submit Queue's avatar
      Merge pull request #67094 from aveshagarwal/master-rhbz-1611988 · e5e04767
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 67052, 67094, 66795). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      Output volumes (capacity, requested) along with cpu and memory when BalanceAttachedNodeVolumes is enabled. 
      
      This PR has 2 commits: 
      
      One commit fixes incorrect reporting of total request of cpu and memory. Without this commit, see the erroneous output where total request is more than capacity when the pod is allowed to admit. 
      
      ```
      BalancedResourceAllocation, capacity 4000 millicores 15495647232 memory bytes, total request 4850 millicores 17248866304 memory bytes, score 9
      ```
      
      The other commit adds outputting volumes (capacity, requested) too along with cpu and memory when BalanceAttachedNodeVolumes is enabled. 
      
      @kubernetes/sig-scheduling-pr-reviews @bsalamat @k82cn @ravisantoshgudimetla 
      
      ```release-note
      None.
      ```
      e5e04767
    • Kubernetes Submit Queue's avatar
      Merge pull request #67052 from liangwenguo/optimize_log · 32cf28f6
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      make the log about HPA more readable
      
      **What this PR does / why we need it**:
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      32cf28f6
  2. 07 Aug, 2018 36 commits