1. 15 Aug, 2017 5 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #50417 from dims/avoid-rsync-dot-git-directory · ef9e3ecb
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 49129, 50436, 50417, 50553, 47587)
      
      Avoid rsync of .git directory
      
      **What this PR does / why we need it**:
      
      We don't really need the .git directory to be transferred. This
      problem was introduced in the PR #46193:
      "Run the update-staging-godeps script inside a docker container"
      
      
      **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**:
      Fixes #50272
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      ef9e3ecb
    • Kubernetes Submit Queue's avatar
      Merge pull request #50436 from dixudx/fix_Taint_type_comment · 9ac6e4ae
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 49129, 50436, 50417, 50553, 47587)
      
      Fix Type Taint comment
      
      **What this PR does / why we need it**:
      remvoe redundant words in Type `Taint`.
      
      **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**:
      /assign @k82cn 
      
      **Release note**:
      
      ```release-note
      None
      ```
      9ac6e4ae
    • Kubernetes Submit Queue's avatar
      Merge pull request #49129 from justinsb/revert_48056 · 17fa3729
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 49129, 50436, 50417, 50553, 47587)
      
      Revert "Remove old node role label that is not used by kubeadm"
      
      Revert the commit that removed printing of node roles from kubectl.
      
      It sounds like we also need to update the labels we inspect, as these were previously removed.  But starting with a clean revert.
      
      Issue #49124
      
      ```release-note
      NONE
      ```
      17fa3729
    • Kubernetes Submit Queue's avatar
      Merge pull request #50406 from alrs/fix-vsphere-volume-dropped-errors · acf7b571
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Fix dropped errors in vsphere_volume
      
      **What this PR does / why we need it**: Error variables are being assigned in the vsphere_volume tests, but their values are being ignored.
      
      **Release note**:
      
      ```release-note NONE
      ```
      acf7b571
    • Kubernetes Submit Queue's avatar
      Merge pull request #48699 from blackwoodseven/36031 · 6b0d4754
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Typed static/mirror pod UID translation
      
      Fixes #36031 , partially.
      
      TODO:
      - [x] Add types ResolvedPodUID and MirrorPodUID.
      - [x] Use the ResolvedPodUID type with minimal changes.
      - [x] Use the MirrorPodUID type with minimal changes.
      - [x] Clarify whether the new types should be used anywhere else; if so make the agreed upon changes.
      
      ```NONE
      ```
      6b0d4754
  2. 14 Aug, 2017 34 commits
  3. 13 Aug, 2017 1 commit