1. 19 Jul, 2017 10 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #48535 from mkumatag/debian_base · 94c3c571
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 48914, 48535, 49099, 48935, 48871)
      
      Adopt debian-base as baseimage
      
      **What this PR does / why we need it**:
      Based on discussion from - https://github.com/kubernetes/kubernetes/pull/44910/files#r125150263
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49169
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```NONE
      ```
      94c3c571
    • Kubernetes Submit Queue's avatar
      Merge pull request #48914 from MrHohn/gke-kube-down-log · 384c1d28
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 48914, 48535, 49099, 48935, 48871)
      
      Log error when fail to execute command in with-retry()
      
      **What this PR does / why we need it**: Enhance gke/util.sh logging.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #48913
      
      **Special notes for your reviewer**:
      /cc @krzyzacy 
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      384c1d28
    • Kubernetes Submit Queue's avatar
      Merge pull request #48232 from caesarxuchao/move-admission-v1alph1 · ccaaf5ca
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 48702, 48965, 48740, 48974, 48232)
      
      Move admission/v1alpha1 to k8s.io/api
      
      Fix https://github.com/kubernetes/kubernetes/issues/47972
      ccaaf5ca
    • Kubernetes Submit Queue's avatar
      Merge pull request #48974 from supereagle/cleanup-objectreference-conversion · c1c5f8e6
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 48702, 48965, 48740, 48974, 48232)
      
      Cleanup the conversion of ObjectReference
      
      **What this PR does / why we need it**:
      No need to convert ObjectReference as `k8s.io/kubernetes/pkg/api/v1` and `k8s.io/client-go/pkg/api/v1` has been consistent in `k8s.io/api/core/v1`.
      
      **Which issue this PR fixes**: fixes #48747
      
      **Special notes for your reviewer**:
      /assign @caesarxuchao
      
      **Release note**:
      ```release-note
      NONE
      ```
      c1c5f8e6
    • Kubernetes Submit Queue's avatar
      Merge pull request #48740 from mikedanese/aggr · a8bb13d4
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 48702, 48965, 48740, 48974, 48232)
      
      aggr: don't write empty CA files
      
      write now if the metadata is not supplied, we write an empty file for
      these certs. we should just fail.
      
      Notice the removal of the ":-"s
      a8bb13d4
    • Kubernetes Submit Queue's avatar
      Merge pull request #48965 from mindprince/fixit-week · fe7c2926
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 48702, 48965, 48740, 48974, 48232)
      
      Move GPU e2e tests under owning SIG.
      
      Supercedes #48723
      
      **Release note**:
      ```release-note
      NONE
      ```
      /sig scheduling
      /assign @vishh @fejta @grodrigues3
      fe7c2926
    • Kubernetes Submit Queue's avatar
      Merge pull request #48702 from FengyunPan/cloudprovider-rackspace · a0e7114a
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 48702, 48965, 48740, 48974, 48232)
      
      Rackspace for cloud-controller-manager
      
      This implements the NodeAddressesByProviderID and InstanceTypeByProviderID
      methods used by the cloud-controller-manager to the RackSpace provider.
      The instance type returned is the flavor name, for consistency
      InstanceType has been implemented too returning the same value.
      
      This is part of #47257 cc @wlan0
      
      **Release note**:
      ```release-note
      NONE
      ```
      a0e7114a
    • Kubernetes Submit Queue's avatar
      Merge pull request #49109 from MaciekPytel/update_hpa_owners · 0dff56b4
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Add approvers to owners file for hpa
      
      Currently none of hpa developers or people in sig-autoscaling has the right to approve PRs to hpa, meaning it needs to be approved at pkg/controller level by people not working on autoscaling.
      0dff56b4
    • Kubernetes Submit Queue's avatar
      Merge pull request #48256 from xiangpengzhao/move-pkg-util · fc1d2b3b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 48481, 48256)
      
      Refactor: pkg/util into sub-pkgs
      
      **What this PR does / why we need it**:
      - move code in pkg/util into sub-pkgs
      - delete some unused funcs
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #15634
      
      **Special notes for your reviewer**:
      This is the final work of #15634. It will close that issue.
      /cc @thockin 
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      fc1d2b3b
    • Kubernetes Submit Queue's avatar
      Merge pull request #48481 from fabianofranz/apply_protect_against_nil_panic · 7bd44a21
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 48481, 48256)
      
      Protect against nil panic in apply
      
      **What this PR does / why we need it**: `kubectl apply` has a potential panic (actually verified in OpenShift in https://github.com/openshift/origin/issues/15017) where a `patcher` calls the `runDelete` function with a nil `resource.RESTClient`, but under some conditions the client is required by that function.
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      
      @pwittrock @kubernetes/sig-cli-bugs
      7bd44a21
  2. 18 Jul, 2017 30 commits