1. 27 Aug, 2017 2 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #50334 from mtanino/issue/48953 · 496e71ef
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 49849, 50334, 51414)
      
      Support iscsi volume attach and detach
      
      **What this PR does / why we need it**:
      
      Support iSCSI volume attach and detach to enforce RWO access
      
      **Which issue this PR fixes** : fixes #48953
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```
      NONE
      ```
      496e71ef
    • Kubernetes Submit Queue's avatar
      Merge pull request #49849 from dixudx/stable_sort_volumesInUse · cbe5f38e
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 49849, 50334, 51414)
      
      make volumesInUse sorted in node status updates
      
      **What this PR does / why we need it**:
      
      `volumesInUse` is not sent in a stable sort order. This will make node status patch requests larger than needed, and makes debugging nodes harder than necessary.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49731
      
      **Special notes for your reviewer**:
      
      /cc @derekwaynecarr @jboyd01
      
      **Release note**:
      
      ```release-note
      make volumesInUse sorted in node status updates
      ```
      cbe5f38e
  2. 26 Aug, 2017 38 commits