1. 27 Aug, 2017 4 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #49006 from CaoShuFeng/is_forbidden · 562d2be7
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Fix forbidden message format
      
      Before this change:
       $ kubectl get pods --as=tom
       Error from server (Forbidden): pods "" is forbidden: User "tom" cannot list pods in the namespace "default".
      After this change:
       $ kubectl get pods --as=tom
       Error from server (Forbidden): pods is forbidden: User "tom" cannot list pods in the namespace "default".
      
      
      
      **What this PR does / why we need it**:
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```
      Fix forbidden message format, remove extra ""
      ```
      562d2be7
    • Kubernetes Submit Queue's avatar
      Merge pull request #51414 from luxas/kubeadm_use_new_bt_flag · 2723e06a
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 49849, 50334, 51414)
      
      kubeadm: Use the --enable-bootstrap-token-auth flag when possible
      
      **What this PR does / why we need it**:
      
      Uses the right API server flag for the right version.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      
      fixes: https://github.com/kubernetes/kubeadm/issues/414
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      @kubernetes/sig-cluster-lifecycle-pr-reviews @mattmoyer
      2723e06a
    • 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 36 commits