1. 17 May, 2017 4 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #44474 from ahmetb/fix-types-links · 2c2c9265
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 45374, 44537, 45739, 44474, 45888)
      
      Update 'More info' links on API types and fields
      
      > **Please just review the first commit, the rest is generated files.**
      
      Recent docs website shuffling during 1.6 caused majority of links in the API
      types and fields to break. Since we do not have server-side 301 redirects, user
      has to click an extra link, and the #target fragment in the URL will be lost.  (This is
      because GitHub’s redirect_from feature is not ideal.) 
      
      For the time being, I have manually gone through all of them to bring them up to date
      and add HTTPS to those missing it. This is a docs-only change and impacts generated
      code, generated swaggers, API reference docs etc.
      
      cc: @steveperry-53 @devin-donnelly @chenopis fyi, docs links changes (even small title changes) easily breaks links in API reference, Swagger, kubectl explain, and many other places.
      Signed-off-by: 's avatarAhmet Alp Balkan <ahmetb@google.com>
      2c2c9265
    • Kubernetes Submit Queue's avatar
      Merge pull request #45739 from timothysc/cm_lock · 7f92d35f
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 45374, 44537, 45739, 44474, 45888)
      
      Allow kcm and scheduler to lock on ConfigMaps.
      
      **What this PR does / why we need it**:
      Plumbs through the ability to lock on ConfigMaps through the kcm and scheduler.  
      
      **Which issue this PR fixes** 
      Fixes: #44857
      Addresses issues with: #45415
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```
      Add leader-election-resource-lock support to kcm and scheduler to allow for locking on ConfigMaps as well as Endpoints(default) 
      ```
      /cc @kubernetes/sig-cluster-lifecycle-pr-reviews @jamiehannaford @bsalamat @mikedanese
      7f92d35f
    • Kubernetes Submit Queue's avatar
      Merge pull request #44537 from FengyunPan/fix-volume-bug · f1716832
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 45374, 44537, 45739, 44474, 45888)
      
      Fix attach volume to instance repeatedly
      
      1.When volume's status is 'attaching', controllermanager will attach
          it again and return err. So it is necessary to check volume's
          status before attach/detach volume.
      
         2. When volume's status is 'attaching', its attachments will be None,
          controllermanager can't get device path and make some failed event.
          But it is normal, so don't return err when attachments is None
      
      Fix bug: #44536
      f1716832
    • Kubernetes Submit Queue's avatar
      Merge pull request #45374 from marun/fed-refactor-sync-controller · 0e735961
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 45374, 44537, 45739, 44474, 45888)
      
      [Federation] Refactor sync controller's reconcile method for maintainability
      
      This PR refactors the sync controllers reconcile method for maintainability with the goal of eliminating the need for type-specific controller unit tests.  The unit test coverage for reconcile is not complete, but I think it's a good start.
      
      cc: @kubernetes/sig-federation-pr-reviews
      0e735961
  2. 16 May, 2017 36 commits