1. 04 May, 2017 5 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #41733 from feiskyer/images · 84f41f33
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 45314, 45250, 41733)
      
      CRI: add ImageFsInfo API
      
      **What this PR does / why we need it**:
      
      kubelet currently relies on cadvisor to get the ImageFS info for supported runtimes, i.e., docker and rkt. This PR adds ImageFsInfo API to CRI so kubelet could get the ImageFS correctly for all runtimes.
      
      **Which issue this PR fixes** 
      
      First step for  #33048 ~~also reverts temporary ImageStats in #33870~~.
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      84f41f33
    • Kubernetes Submit Queue's avatar
      Merge pull request #45250 from ixdy/bazel-push-build-alias · abce18b4
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 45314, 45250, 41733)
      
      Rename //:ci-artifacts rule to //:push-build, and add a deprecated alias
      
      **What this PR does / why we need it**: this rule has a larger scope than just CI artifacts now, so it seems like the name should be updated to match. WDYT?
      
      This is a separate PR to facilitate easy cherry-picking; I'd rather test-infra jobs not need to special-case.
      
      /assign @spxtr @mikedanese 
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      abce18b4
    • Kubernetes Submit Queue's avatar
      Merge pull request #45314 from yujuhong/rm-network-plugin · d39af984
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      kuberuntime: remove the unused network plugin
      
      Network plugin is completely handled by the container runtimes. Remove
      this unused field in the kuberuntime manager.
      d39af984
    • Kubernetes Submit Queue's avatar
      Merge pull request #45258 from caesarxuchao/control-api-visibility · f84b61b4
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 44309, 45258)
      
      Control visibility of client-go/pkg/api
      
      k8s.io/client-go/pkg/api is going to disappear after https://github.com/kubernetes/kubernetes/issues/44065 is done. We need to add more dependencies on it.
      
      Currently we still have a few visibility exceptions, we need to fix all of them.
      f84b61b4
    • Kubernetes Submit Queue's avatar
      Merge pull request #44309 from wanghaoran1988/debug_scheduler_flaky · 0be4bf37
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 44309, 45258)
      
      Update debug info for  scheduler priorities flaky tests
      0be4bf37
  2. 03 May, 2017 35 commits