- 30 Jul, 2016 6 commits
-
-
Harry Zhang authored
-
k8s-merge-robot authored
Automatic merge from submit-queue change the relative links to definition in operations.html ...to satisfy the new directory layout in the kubernetes.io. This will make the manual changes in https://github.com/kubernetes/kubernetes.github.io/pull/369 persist. I still need to bump up the gcr.io/google_containers/gen-swagger-docs image version. I'll do that after I get LGTM here. cc @bgrant0607 @xiangpengzhao
-
k8s-merge-robot authored
Automatic merge from submit-queue Node E2E: Make node e2e parallel For https://github.com/kubernetes/kubernetes/issues/29081. Fix https://github.com/kubernetes/kubernetes/issues/26215. Based on https://github.com/kubernetes/kubernetes/pull/28807, https://github.com/kubernetes/kubernetes/pull/29020, will rebase after they are merged. **Only the last commit is new.** We are going to move more tests into the node e2e test. However, currently node e2e test only run sequentially, the test duration will increase quickly when we add more test. This PR makes the node e2e test run in parallel so as to shorten test duration, so that we can add more test to improve the test coverage. * If you run the test locally with `make test-e2e-node`, it will use `-p` ginkgo flag, which uses `(cores-1)` parallel test nodes by default. * If you run the test remotely or in the Jenkin, the parallelism will be controlled by the environment variable `PARALLELISM`. The default value is `8`, which is reasonable for our test node (n1-standard-1). Before this PR, it took **833.592s** to run all test on my desktop. With this PR, it only takes **234.058s** to run. The pull request node e2e run with this PR takes **232.327s**. The pull request node e2e run for other PRs takes **673.810s**. /cc @kubernetes/sig-node
-
k8s-merge-robot authored
Automatic merge from submit-queue Adding GCI to node e2e. Depends on https://github.com/kubernetes/kubernetes/pull/29486 Adding the dev release as of now since stable and beta run docker v1.9.1 which is incompatible with kubelet.
-
k8s-merge-robot authored
Automatic merge from submit-queue make log description more readable
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix 29451 Fix #29451. I've also checked other tests in that file to make sure they don't have similar problems. The issue is P0 and will block the submit queue, so I marked this PR as P0.
-
- 29 Jul, 2016 34 commits
-
-
Random-Liu authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Trigger container cleanup within a pod when a container exiting event is detected #25239
-
k8s-merge-robot authored
Automatic merge from submit-queue Re-org of the openstack cloud provider
-
k8s-merge-robot authored
Automatic merge from submit-queue Combine the const definition The PR combine the const definition in service.go, and it seems more concise, I think.
-
Vishnu kannan authored
Signed-off-by:Vishnu kannan <vishnuk@google.com>
-
Vishnu Kannan authored
Signed-off-by:Vishnu Kannan <vishnuk@google.com>
-
k8s-merge-robot authored
Automatic merge from submit-queue fix a wrong word in the comment
-
k8s-merge-robot authored
Automatic merge from submit-queue Adding label-config yaml file consumed by check-labels munger https://github.com/kubernetes/contrib/issues/1423 Added labels configuration file to help maintain and synchronize labels across repositories.
-
k8s-merge-robot authored
Automatic merge from submit-queue 2nd iteration of Gobindata + RepoRoot removals. Part of my overall life mission to kill reporoot. Fixes part of #24348 cc @kubernetes/sig-testing .
-
Vishnu kannan authored
Signed-off-by:Vishnu kannan <vishnuk@google.com>
-
Vishnu kannan authored
Signed-off-by:Vishnu kannan <vishnuk@google.com>
-
k8s-merge-robot authored
Automatic merge from submit-queue pkg/various: plug leaky time.New{Timer,Ticker}s According to the documentation for Go package time, `time.Ticker` and `time.Timer` are uncollectable by garbage collector finalizers. They leak until otherwise stopped. This commit ensures that all remaining instances are stopped upon departure from their relative scopes. Similar efforts were incrementally done in #29439 and #29114. ```release-note * pkg/various: plugged various time.Ticker and time.Timer leaks. ``` -
k8s-merge-robot authored
Automatic merge from submit-queue Keep retry times the same for each place where trying to ensure DNS Records There are three places where ensureDnsRecords is retried. But they have different retry times. One place [(here)](https://github.com/xiangpengzhao/kubernetes/blob/master/federation/pkg/federation-controller/service/endpoint_helper.go#L107) is clientRetryCount but other two [(here](https://github.com/xiangpengzhao/kubernetes/blob/master/federation/pkg/federation-controller/service/endpoint_helper.go#L138) and [here)](https://github.com/xiangpengzhao/kubernetes/blob/master/federation/pkg/federation-controller/service/endpoint_helper.go#L161) are clientRetryCount + 1. Though this case doesn't have any influence, shouldn't we keep retry times the same each place? also fix other nits: use the same log level. log the error in each loop. cc @quinton-hoole
-
Chao Xu authored
change the relative links to definition in operations.html to satisfy the new path set in the kubernetes.io
-
Chao Xu authored
-
David McMahon authored
-
k8s-merge-robot authored
Automatic merge from submit-queue dockershim: Implement more functions. Based on #29553. Only the last two commits are new.
-
k8s-merge-robot authored
Automatic merge from submit-queue Update 1.3.3 CHANGELOG with known issues. Just a small update to include known issues with 1.3.3.
-
k8s-merge-robot authored
Automatic merge from submit-queue Add rules for kube-scheduler Just find that we have also missed the rule for `kube-scheduler`. I don't want to mix the rule with #29683 (make help) now. Will merge them finally if #29683 can be merged.
-
k8s-merge-robot authored
Automatic merge from submit-queue Generate federation apiserver extensions replicaset client generate clientset for extensions/ReplicaSet of federation apiserver @nikhiljindal @quinton-hoole, @deepak-vij #24764
-
Jay Vyas authored
bindata and yaml, Gobindata automation bindata utils for generating, go generate match server version gitignore for dirty, ca, rbase, KUBE_ROOT, buildfix (rebased jul-25,29)
-
k8s-merge-robot authored
Automatic merge from submit-queue Update acquire to use newer JitterUntil vs. sleep Fix to prevent https://github.com/kubernetes/kubernetes/issues/26782 which could have had a race on a 0 timer the way it was written before due to changes in wait. I will likely make a PR for some of the recent changes in wait as well.
-
k8s-merge-robot authored
Automatic merge from submit-queue kubelet: use util/iptables, which uses -w (lock wait) where safe cc @thockin @dchen1107
-
xiangpengzhao authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Removed empty line.
-
Timothy St. Clair authored
have caused a race in Until.
-
Rudi Chiarito authored
-
Klaus Ma authored
-
KeZhang authored
-
xiangpengzhao authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix race condition found in JitterUntil. This was caused by the recent addition of "sliding" manifested in: https://github.com/kubernetes/kubernetes/issues/26782
-
k8s-merge-robot authored
Automatic merge from submit-queue Add API for StorageClasses This is the API objects only required for dynamic provisioning picked apart from the controller logic. Entire feature is here: https://github.com/kubernetes/kubernetes/pull/29006
-
k8s-merge-robot authored
Automatic merge from submit-queue Remove redundant pod deletion in scheduler predicates tests and fix taints-tolerations e2e ~~In scheduler predicates test, some tests won't clean pods they created when exit with failure, which may lead to pod leak. This PR is to fix it.~~ Remove redundant pod deletion in scheduler predicates tests, since framework.AfterEach() already did the cleanup work after every test. Also fix the test "validates that taints-tolerations is respected if not matching", refer to the change on taint-toleration test in #29003, and https://github.com/kubernetes/kubernetes/pull/24134#discussion_r63794924.
-
foxish authored
-