1. 16 Aug, 2017 8 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #50711 from oomichi/fix-comment · 4fa4471e
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50711, 50742, 50204)
      
      Fix comment of limitranges
      
      **What this PR does / why we need it**:
      
      The comment of limitrages' API seems to be copied from
      pkg/registry/autoscaling/horizontalpodautoscaler/storage/storage.go
      with the other implementation code.
      It is a little difficult to understand what is the API, then this
      PR fixes it.
      4fa4471e
    • Kubernetes Submit Queue's avatar
      Merge pull request #50332 from ianchakeres/local-e2e-mntpnt · bc2f0490
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50670, 50332)
      
      e2e test for local storage mount point
      
      **What this PR does / why we need it**:
      
      We discovered that kubernetes can treat local directories and actual mountpoints differently. For example, https://github.com/kubernetes/kubernetes/issues/48331. The current local storage e2e tests use directories.
      
      This PR introduces a test that creates a tmpfs and mounts it, and runs one of the local storage e2e tests.
      
      **Which issue this PR fixes**: fixes https://github.com/kubernetes/kubernetes/issues/49126
      
      **Special notes for your reviewer**:
      
      I cherrypicked PR https://github.com/kubernetes/kubernetes/pull/50177, since local storage e2e tests are broken in master on 2017-08-08 due to "no such host" error. This PR replaces NodeExec with SSH commands.
      
      You can run the tests using the following commands:
      ``` 
      $ NUM_NODES=1 KUBE_FEATURE_GATES="PersistentLocalVolumes=true" go run hack/e2e.go -- -v --up
      $ go run hack/e2e.go -- -v --test --test_args="--ginkgo.focus=\[Feature:LocalPersistentVolumes\]"
      ```
      
      Here are the summary of results from my test run:
      ```
      Ran 9 of 651 Specs in 387.905 seconds
      SUCCESS! -- 9 Passed | 0 Failed | 0 Pending | 642 Skipped PASS
      
      Ginkgo ran 1 suite in 6m29.369318483s
      Test Suite Passed
      2017/08/08 11:54:01 util.go:133: Step './hack/ginkgo-e2e.sh --ginkgo.focus=\[Feature:LocalPersistentVolumes\]' finished in 6m32.077462612s
      ```
      
      **Release note**:
      `NONE`
      bc2f0490
    • Kubernetes Submit Queue's avatar
      Merge pull request #50670 from sttts/sttts-verbose-unclean-diff · ba110e9f
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Make kube::util::ensure_clean_working_dir more verbose in log files
      
      Makes it easier to understand why files seem to be changed during CI build, especially
      autogenerated files like conversions.
      ba110e9f
    • Dr. Stefan Schimanski's avatar
    • Kubernetes Submit Queue's avatar
      Merge pull request #50116 from MrHohn/fix-healthcheck-nodeport-allocation · 1d633b7f
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Use nodePortOp for allocating healthCheck nodePort
      
      **What this PR does / why we need it**: Allocate healthCheck nodePort via nodePortOp so that we won't leak port on failure.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49999
      
      **Special notes for your reviewer**:
      /assign @xiangpengzhao @thockin 
      
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      1d633b7f
    • Kubernetes Submit Queue's avatar
      Merge pull request #50514 from mwielgus/ca-0.6.1 · da00e92f
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Bump Cluster Autoscaler to 0.6.1
      
      Couple minor bugfixes and godep refresh.
      
      Do not merge until I complete the tests.
      
      ```release-note
      Cluster Autoscaler - fixes issues with taints and updates kube-proxy cpu request.
      ```
      da00e92f
    • Marcin Wielgus's avatar
      Bump Cluster Autoscaler to 0.6.1 · aac6f40f
      Marcin Wielgus authored
      aac6f40f
    • Kubernetes Submit Queue's avatar
      Merge pull request #50219 from zhangxiaoyu-zidif/fix-statefulset-test-err-print · a7c69bd5
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Fix error message of statefulset test
      
      **What this PR does / why we need it**:
      Fix error message of statefulset test
      It should be 0 replocas in the error message.
      And fix typo from Falied to Failed
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes https://github.com/kubernetes/kubernetes/issues/50592
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      a7c69bd5
  2. 15 Aug, 2017 32 commits