1. 04 Aug, 2018 4 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #66466 from apelisse/dry-run-struct · 929c8459
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 64815, 66823, 66473, 66466). 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>.
      
      dry-run: Use dry-runnable structure
      
      Creates a structures that decides to either by-pass persistence and tries to reproduce the same behavior (without persistence), or just pass along to storage.
      
      This is obviously not finished, I'm would like to get feedback on the direction, is this the direction we'd like to go?
      
      **What this PR does / why we need it**:
      
      **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**:
      
      **Release note**:
      ```release-note
      NONE
      ```
      929c8459
    • Kubernetes Submit Queue's avatar
      Merge pull request #66473 from fisherxu/remove_code · c526d6fa
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 64815, 66823, 66473, 66466). 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>.
      
      Clean up unused code
      
      **What this PR does / why we need it**:
      Clean up the unused duplicate code.
      **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**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      c526d6fa
    • Kubernetes Submit Queue's avatar
      Merge pull request #66823 from bart0sh/PR0026-kubeadm-fix-ImagePullCheck-output · e48cccea
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 64815, 66823, 66473, 66466). 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>.
      
      kubeadm: fix ImagePullCheck output
      
      **What this PR does / why we need it**:
      
      ImagePullCheck outputs "pulling <image>" line even if image
      already exists and is not pulled.
          
      Fixed the output to reflect the reality. ImagePullCheck now outputs
      either "pulling <image>" or "image <image> exists".
      
      **Release note**:
      ```release-note
      NONE
      ```
      e48cccea
    • Kubernetes Submit Queue's avatar
      Merge pull request #64815 from dixudx/hostname_empty · cb1ef9f7
      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>.
      
      error out empty hostname
      
      **What this PR does / why we need it**:
      For linux, the hostname is read from file `/proc/sys/kernel/hostname` directly, which can be overwritten with whitespaces.
      
      Should error out such invalid hostnames.
      
      **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 kubernetes/kubeadm#835
      
      **Special notes for your reviewer**:
      /cc luxas timothysc 
      
      **Release note**:
      
      ```release-note
      nodes: improve handling of erroneous host names
      ```
      cb1ef9f7
  2. 03 Aug, 2018 31 commits
  3. 02 Aug, 2018 5 commits