1. 08 Sep, 2017 6 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #48552 from mkumatag/pets · 0103ed33
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Multiarch support for pets images
      
      **What this PR does / why we need it**:
      This PR is for multiarch support for pets image
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #52133
      
      **Special notes for your reviewer**:
      Copied over the `contrib/pets/peer-finder` as this one is heavily used in many docker images under `test/images`. After this PR I'll submit the PR in contrib project to remove it.
      
      **Release note**:
      
      ```NONE
      ```
      0103ed33
    • Kubernetes Submit Queue's avatar
      Merge pull request #52104 from nicksardo/gce-ilb-capture-err-msg · 409dc44c
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      GCE: Bubble IP reservation error to the user when the address is specified.
      
      This PR improves the debug-ability of internal load balancers when an IP fails to be reserved. I'm mostly worried about the case when the subnetwork URL is wrong or referencing a shared network from another project which isn't yet supported. As you can see from line 160, I had originally planned to surface the reservation error, but printed the wrong error. 
      
      **Special notes for your reviewer**:
      /assign @yujuhong 
      
      Please apply 1.8 milestone.
      
      **Release note**:
      ```release-note
      NONE
      ```
      409dc44c
    • Kubernetes Submit Queue's avatar
      Merge pull request #52111 from MrHohn/kube-proxy-upgrade-image · ad0d36f0
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Pipe in upgrade image target for kube-proxy migration tests
      
      **What this PR does / why we need it**:
      https://k8s-testgrid.appspot.com/sig-network#gci-gce-latest-upgrade-kube-proxy-ds&width=20
      and
      https://k8s-testgrid.appspot.com/sig-network#gci-gce-latest-downgrade-kube-proxy-ds&width=20
      are still failing.
      
      Reproduced it locally and found node image is being default to debian during upgrade (it was gci before upgrade) because we don't pass in `gci` via `--upgrade--target`. And for some reasons (haven't figured out yet), the upgraded node uses debian image with gci startupscripts...
      
      This PR pipes in `--upgrade-target` for kube-proxy migration tests, hopefully in conjunction with https://github.com/kubernetes/test-infra/pull/4447 it will bring the tests back to normal.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #NONE 
      
      **Special notes for your reviewer**:
      Sorry for bothering again.
      /assign @krousey 
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      ad0d36f0
    • Kubernetes Submit Queue's avatar
      Merge pull request #52042 from mengqiy/revert_update_vendor · c16ff84e
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Revert update vendor kube-openapi
      
      Revert https://github.com/kubernetes/kubernetes/pull/51762 since https://github.com/kubernetes/kubernetes/pull/51321 are not going to get in this release.
      
      Will revert https://github.com/kubernetes/kube-openapi/pull/10 after this PR merged.
      
      fixes: #52135
      
      ```release-note
      NONE
      ```
      
      /assign @apelisse @liggitt
      c16ff84e
    • Adam Worrall's avatar
      Update CHANGELOG.md for v1.8.0-beta.1. · 92e1f446
      Adam Worrall authored
      92e1f446
    • Kubernetes Submit Queue's avatar
      Merge pull request #52116 from ixdy/gcloud-regexp-flag-fix · 8ed63636
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Convert deprecated gcloud --regexp flag into --filter
      
      **What this PR does / why we need it**: #49673 missed a flag in hiding:
      ```console
      WARNING: Flag --regexp is deprecated. Use --filter="name~'REGEXP'" instead.
      ERROR: gcloud crashed (TypeError): 'NoneType' object is not iterable
      
      If you would like to report this issue, please run the following command:
        gcloud feedback
      
      To check gcloud for common problems, please run the following command:
        gcloud info --run-diagnostics
      ```
      
      (Also it's great how gcloud crashes, rather than handling the deprecation gracefully.)
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49673
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      
      cc @pci
      8ed63636
  2. 07 Sep, 2017 28 commits
  3. 06 Sep, 2017 6 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #50708 from DirectXMan12/versions/autoscaling-v2beta1 · 3168bd4b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51956, 50708)
      
      Move autoscaling/v2 from alpha1 to beta1
      
      This graduates autoscaling/v2alpha1 to autoscaling/v2beta1.  The move is more-or-less just a straightforward rename.
      
      Part of kubernetes/features#117
      
      ```release-note
      v2 of the autoscaling API group, including improvements to the HorizontalPodAutoscaler, has moved from alpha1 to beta1.
      ```
      3168bd4b
    • Kubernetes Submit Queue's avatar
      Merge pull request #51956 from luxas/kubeadm_upgrade_bootstraptokens · 213c8c87
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51956, 50708)
      
      kubeadm: Upgrade Bootstrap Tokens to beta when upgrading to v1.8
      
      **What this PR does / why we need it**:
      
      Makes sure the v1.7 -> v1.8 upgrade works regarding the Bootstrap Token alpha -> beta graduation.
      Not much have to be done, but some LoC are needed to preserve the behaivor
      
      **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**:
      
      ```release-note
      NONE
      ```
      @kubernetes/sig-cluster-lifecycle-pr-reviews
      213c8c87
    • Kubernetes Submit Queue's avatar
      Merge pull request #51987 from nicksardo/gce-fix-updowntests · 50c63318
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51839, 51987)
      
      GCE: Fall back to network if subnet is unknown
      
      Fixes #51981 
      
      /assign @bowei 
      
      **Release note**:
      ```release-note
      NONE
      ```
      50c63318
    • Kubernetes Submit Queue's avatar
      Merge pull request #51839 from jennybuckley/master · dc985975
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51839, 51987)
      
      Disable rbac/v1alpha1, settings/v1alpha1, and scheduling/v1alpha1 by default
      
      **What this PR does / why we need it**: Disables alpha features which were previously enabled by default. Also changes tests which relied on these alpha features being enabled by default.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #47691
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      Fixed a bug where some alpha features were enabled by default.
      dc985975
    • Kubernetes Submit Queue's avatar
      Merge pull request #52018 from jsafrane/fix-expand-panic · 440884be
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 49133, 51557, 51749, 50842, 52018)
      
      Fix panic in expand controller when checking PVs
      
      Unbound PVs have their Spec.ClaimRef = nil, so we should not dereference it blindly.
      
      In addition, increase AddPVCUpdate test coverage to 100%
      
      fixes #52012 #51995
      
      **Release note**:
      ```release-note
      NONE
      ```
      
      @kubernetes/sig-storage-pr-reviews 
      /assign @gnufied
      440884be
    • Kubernetes Submit Queue's avatar
      Merge pull request #50842 from CaoShuFeng/remove_versioned_test_from_filters · d369160c
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 49133, 51557, 51749, 50842, 52018)
      
      enhance unit tests of advance audit feature
      
      This change addresses comments from @crassirostris 
      https://github.com/kubernetes/kubernetes/pull/49115#discussion_r133416080
      
      It does three things:
      1. use auditinternal for unit test in filter stage
      2. add a seperate unit test for Audit-ID http header
      3. add unit test for audit log backend
      
      
      **Release note**:
      ```
      NONE
      ```
      d369160c