1. 09 Feb, 2018 1 commit
  2. 08 Feb, 2018 5 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #59531 from feiskyer/metadata · b3ec8295
      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 useInstanceMetadata param back in Azure cloud provider
      
      This reverts commit bb1e797b.
      
      
      
      **What this PR does / why we need it**:
      
      Add useInstanceMetadata param back in Azure cloud provider.
      
      @jdumars and @brendandburns are working to make cloud controller manager using node's local instance metadata. It could help reducing cloud API calls for large clusters.
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      This reverts #57647 and #57646.
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      b3ec8295
    • Pengfei Ni's avatar
      Add useInstanceMetadata param back in Azure cloud provider · 4e4fde93
      Pengfei Ni authored
      This reverts commit bb1e797b.
      4e4fde93
    • Kubernetes Submit Queue's avatar
      Merge pull request #59249 from hanxiaoshuai/fixtodo0202 · 84bfc7ad
      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>.
      
      fix todo: Move isDecremented to pkg/apis/core/validation
      
      **What this PR does / why we need it**:
      fix todo: Move isDecremented in "k8s.io/kubernetes/pkg/apis/core/validation"
      **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**:
      
      2. If no release note is required, just write "NONE".
      -->
      ```release-note
      NONE
      ```
      84bfc7ad
    • Kubernetes Submit Queue's avatar
      Merge pull request #59429 from rramkumar1/ipvs-cleanup · 07e849c9
      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>.
      
      Cleanup of ipvs utils
      
      **What this PR does / why we need it**:
      This PR is a small cleanup of pkg/util/ipvs.
      
      The changes are as follows:
      
      1. Rename toBackendService -> toIPVSService and toBackendDestination -> toIPVSDestination. The use of the term 'backend' makes things really confusing and this renamig makes it more explicit about what we are doing.
      
      2. Give the libnetwork/ipvs package the name libipvs. This makes it less confusing since the package these files are in is also ipvs.
      
      3. Some variable naming cleanup to make things easier to read.
      
      /assign @m1093782566 
      
      **Release note**:
      
      ```release-note
      None
      ```
      07e849c9
    • Kubernetes Submit Queue's avatar
      Merge pull request #59448 from crimsonfaith91/collision · 8992aa0f
      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>.
      
      verify no extra RS was created when re-creating a deployment
      
      **What this PR does / why we need it**:
      This PR verifies no extra RS was created when re-creating a deployment to adopt previously orphaned RS by improving existing `testDeploymentsControllerRef` e2e test. This also verifies that collision avoidance mechanism works as expected.
      
      **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 #59213
      
      **Release note**:
      ```release-note
      NONE
      ```
      
      /sig apps
      8992aa0f
  3. 07 Feb, 2018 34 commits