1. 17 Dec, 2016 9 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #38906 from euank/coreos-owners · f45fa0b7
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      cluster/gce/coreos: add OWNERS
      
      See #33965 for context.
      
      The code in `cluster/gce/coreos` has mostly been written/maintained by @yifan-gu and myself thusfar, so I added our names to the owner list.
      
      @ethernetdan has also volunteered as well (thanks!).
      
      **Release note**:
      ```release-note
      NONE
      ```
      
      cc @roberthbailey
      f45fa0b7
    • Kubernetes Submit Queue's avatar
      Merge pull request #38908 from spxtr/wow · 9ba4a0ef
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Remove two zany unit tests.
      
      These two tests aren't unit tests in the usual sense. We can consider switching them to run as verify checks, but I'm not convinced that they're even necessary.
      
      They essentially work by searching their code for public functions with signatures that look like `FitPredicate`, then they shell out to grep to see that they're used somewhere in the source tree. This will never work in bazel.
      9ba4a0ef
    • Kubernetes Submit Queue's avatar
      Merge pull request #38614 from soltysh/remove_ext_jobs · 6c9a4139
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 37468, 36546, 38713, 38902, 38614)
      
      Remove extensions/v1beta1 Job
      
      Fixes https://github.com/kubernetes/kubernetes/issues/32763. This endpoint was deprecated in 1.5 and was planned to be removed in 1.6. 
      
      **Release note**:
      ```release-note
      Remove extensions/v1beta1 Jobs resource, and job/v1beta1 generator.
      ```
      6c9a4139
    • Kubernetes Submit Queue's avatar
      Merge pull request #38902 from madhusudancs/fed-newtest-build-no-jq · 9929fd3f
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 37468, 36546, 38713, 38902, 38614)
      
      [Federation] Remove unnecessary functions from develop.sh as part of …
      
      This is part of a big refactor to deprecate a short-lived deploy.sh
      mechanism that nobody really could use due to bugs.
      
      
      ```release-note
      `federation/deploy/deploy.sh` was an interim solution introduced in Kubernetes v1.4 to simplify the federation control plane deployment experience. Now that we have `kubefed`, we are deprecating `deploy.sh` scripts.
      ```
      
      cc @kubernetes/sig-federation-misc @irfanurrehman
      9929fd3f
    • Kubernetes Submit Queue's avatar
      Merge pull request #38713 from alejandroEsc/ae/localup1 · 9a1c6076
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 37468, 36546, 38713, 38902, 38614)
      
      local-up-cluster additions
      
      **What this PR does / why we need it**:
      Changes to local-cluster-up: These include: 1)  a simple additional help option. 2) additional error message to not being able to run `docker ps`. 3) fail faster when etcd is not found in path. Hopefully these make developing a bit more pleasant.
      
      **Release note**:
      ```NONE
      ```
      9a1c6076
    • Kubernetes Submit Queue's avatar
      Merge pull request #36546 from MrHohn/e2e-firewall · ff3d4a55
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 37468, 36546, 38713, 38902, 38614)
      
      Adds e2e firewall tests for LoadBalancer service, ingress, and e2e cluster
      
      Fixes #25488 and fixes #31827.
      
      This PR adds e2e firewall test for LoadBalancer type service, ingress and e2e cluster.
      
      Test details for LoadBalancer type service as below:
      - Verifies corresponding firewall rule has correct `sourceRanges`, `ports and protocols` and `target tags`.
      - Verifies requests can reach all expected instances.
      - Verifies requests can not reach instances that are not included.
      
      Overview of the test procedure:
      - Creates a LoadBalancer type service.
      - Validates the corresponding firewall rule.
      - Creates netexec pods as service backends.
      - Sends requests from outside of the cluster and examine hitting all instances in range.
      - Removes tags from one of the instances in order to get it out of firewall rule's range.
      - Sends requests from outside of the cluster and examine not hitting this instance.
      - Recovers tags for this instances and verifies its traffic is back.
      
      @bprashanth @bowei @thockin
      ff3d4a55
    • Kubernetes Submit Queue's avatar
      Merge pull request #37468 from… · 425bae0c
      Kubernetes Submit Queue authored
      Merge pull request #37468 from bruceauyeung/k8s-branch-rename-constant-MaxPatchConflicts-to-maxRetryWhenPatchConflicts
      
      Automatic merge from submit-queue (batch tested with PRs 37468, 36546, 38713, 38902, 38614)
      
      rename constant MaxPatchConflicts to maxRetryWhenPatchConflicts
      
      **What this PR does / why we need it**:
      1. literally `MaxPatchConflicts` means max number of patch conflicts allowed during a patch operation. but actually in codes it is used to indicate max number of patch retry when patch conflicts happened.
      2. there is no need to export this constant because it is only used in `resthandler.go`  and shouldn't be used in other packages.
      Signed-off-by: 's avatarbruceauyeung <ouyang.qinhua@zte.com.cn>
      425bae0c
    • Kubernetes Submit Queue's avatar
      Merge pull request #38836 from bprashanth/kubelet_critical · 699964c9
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Admit critical pods in the kubelet
      
      Haven't verified in a live cluster yet, just unittested, so applying do-not-merge label.
      699964c9
    • Kubernetes Submit Queue's avatar
      Merge pull request #38884 from janetkuo/fix-broken-local-up · f86c0476
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Document known issue for broken local-up-cluster script in 1.5.1
      
      Ref #38847
      f86c0476
  2. 16 Dec, 2016 31 commits