1. 30 Aug, 2018 1 commit
  2. 26 Aug, 2018 8 commits
  3. 25 Aug, 2018 3 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #67861 from liggitt/crd-chunking · c98aa0a5
      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>.
      
      Set paging feature correctly for aggregator and crd storage
      
      The paging feature was not being set correctly in storage options for the aggregator or custom resource servers.
      
      /assign @smarterclayton 
      
      ```release-note
      API paging is now enabled for custom resource definitions, custom resources and APIService objects
      ```
      c98aa0a5
    • Jordan Liggitt's avatar
    • Kubernetes Submit Queue's avatar
      Merge pull request #67530 from ddebroy/ddebroy-gcepd1 · b2b3c36e
      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 DynamicProvisioningScheduling support for GCE PD and RePD
      
      **What this PR does / why we need it**:
      This PR adds support for the DynamicProvisioningScheduling feature for GCE PD and RePD. With this in place, if VolumeBindingMode: WaitForFirstConsumer is specified in a GCE storageclass and DynamicProvisioningScheduling is enabled, GCE PD provisioner will use the selected node's LabelZoneFailureDomain as (1) the zone to provision a GCE PD volume in (2) one of the zones to provision GCE RePD volume in.
      
      **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**:
      E2E tests for DynamicProvisioningScheduling scenarios for GCE PD to follow 
      
      **Release note**:
      ```release-note
      none
      ```
      /sig storage
      /assign @msau42
      b2b3c36e
  4. 24 Aug, 2018 28 commits