- 14 Sep, 2016 2 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Enable DynamicKubeletConfig in benchmark test properties This PR fixes "change QPS limit" failure by adding "TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'" in jenkins-benchmark.properties
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Refactor disruption e2e test and add some eviction test cases.
-
- 13 Sep, 2016 38 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Kubelet: remove name filter from CRI Since #30753 and #30463, `name` is not used to identify the container/sandbox, so remove it from CRI. cc @yujuhong @kubernetes/sig-node @kubernetes/sig-rktnetes
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add flag to set CNI bin dir, and use it on gci nodes **What this PR does / why we need it**: When using `kube-up` on GCE, following #31023 which moved the workers from debian to gci, CNI just isn't working. The root cause is basically as discussed in #28563: one flag (`--network-plugin-dir`) means two different things, and the `configure-helper` script uses it for the wrong purpose. This PR adds a new flag `--cni-bin-dir`, then uses it to configure CNI as desired. As discussed at #28563, I have also added a flag `--cni-conf-dir` so users can be explicit **Which issue this PR fixes** : fixes #28563 **Special notes for your reviewer**: I left the old flag largely alone for backwards-compatibility, with the exception that I stop setting the default when CNI is in use. The value of `"/usr/libexec/kubernetes/kubelet-plugins/net/exec/"` is unlikely to be what is wanted there. **Release note**: ```release-note Added new kubelet flags `--cni-bin-dir` and `--cni-conf-dir` to specify where CNI files are located. Fixed CNI configuration on GCI platform when using CNI. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue clarify weekend responsibilities
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue examples/pod: Revert the previous changes. The previous changes (https://github.com/kubernetes/kubernetes/pull/32148) checked in the example file by accident. Reverting.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Adding support for upgrading testing across image types. Adds support for upgrade testing across image types. @spxtr @vishh @ixdy @pwittrock This change only affects upgrade testing. This does not touch production code and hence should be safe for cherrypicks into the 1.4 release branch.
-
Matt Liggett authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fixing federation secret and replicaset e2e tests Verified that both of these pass once https://github.com/kubernetes/kubernetes/pull/32438 is merged. cc @kubernetes/sig-cluster-federation Ref https://github.com/kubernetes/kubernetes/pull/31655#discussion_r78432043
-
Yifan Gu authored
The previous changes (#32148) checked in the example file by accident. Reverting.
-
Bryan Boreham authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue LRUExpireCache#Get requires write lock **What this PR does / why we need it**: [LRUExpireCache#Get](https://github.com/kubernetes/kubernetes/blob/dbfad789e35979083b8d4b35a4cb405c324cc485/pkg/util/cache/lruexpirecache.go#L48) requires write lock since [groupcache/lru#Get](https://github.com/golang/groupcache/blob/a6b377e3400b08991b80d6805d627f347f983866/lru/lru.go#L74) needs to manipulate its list to track recently used item. Currently it uses read lock so it may introduce race condition. - [test code which introduces race condition with current LRUExpireCache#Get](https://gist.github.com/tksm/17c7a610ed0574c165e6f6edeca351b7#file-lru_race_test-go) **Which issue this PR fixes** #31081
-
Zhou Fang authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue dockershim: add unit tests for sandbox/container status Also add a fake clock in the FakeDockerClient to allow testing container CreatedAt, StartedAt, FinishedAt timestamps.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Update release notes of OpenAPI support OpenAPI support is enabled by default in 1.4 (no documentation or automation system depends on it yet), this PR reflect the fact that it is enabled by default in release notes.
-
Maisem Ali authored
-
Bryan Boreham authored
-
Saad Ali authored
Revert "Allow webhook authenticator to use TokenReviewsInterface"
-
nikhiljindal authored
-
Joe Finney authored
This reverts commit e9914f2c.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Federated Ingress: unify UID's across Cluster Ingress Controllers
-
Kubernetes Submit Queue authored
Merge pull request #32539 from quinton-hoole/2016-09-12-enable-remaining-federated-ingress-e2e-tests Automatic merge from submit-queue Re-enable Federated Ingress e2e test to check connectivity to global load balancer ...Now that it works properly. Should not merge before #31600, as it will fail until then.
-
mbohlool authored
-
Yu-Ju Hong authored
Also add a fake clock in the FakeDockerClient to allow testing container CreatedAt, StartedAt, FinishedAt timestamps.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Enabled Rescheduler e2e for GKE The Rescheduler is now enabled on GKE (cl/132886258). Ref #32500 @pwittrock let's wait for cherry-pick until it passes on gke-serial.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Allow webhook authenticator to use TokenReviewsInterface Refactors the authentication webhook to be able to be fed a kubeconfig file or a TokenReviewsInterface Fixes a bug with webhooks not retrying on 429/500 errors Related to https://github.com/kubernetes/kubernetes/pull/32518#discussion_r78450170
-
Quinton Hoole authored
Fixes #31180
-
Pengfei Ni authored
-
Piotr Szczesniak authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Allow namespace to be loaded from in-cluster config This is a follow on from the previous commit that fixed ClientConfig. Namespace can also be defaulted from ICC, and this correctly handles that logic. Also add two debugging lines to ensure that it is easier in the future to uncover problems here. Fixes #32352 @deads2k
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Move push-ci-build.sh to kubernetes/release repo
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Doc API group suffix, add test to catch new groups Spawned from discussion in https://github.com/kubernetes/kubernetes/pull/31887 Doc and add tests to ensure new API groups are suffixed. Also changed the doc to reference an API group containing the suffix as a starting point for new API groups.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Improvements on OpenAPI spec generation - Generating models using go2idl library (no reflection anymore) - Remove dependencies on go-restful/swagger - Generate one swagger.json file for each web-service - Bugfix: fixed a bug in trie implementation Reference: #13414 **Release note**: ```release-note Generate separate OpenAPI spec for each API GroupVersion on /<Group>/<Version>/swagger.json ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue modify error return err is nil here,chage it to fmt.Errorf("cannot find SCSI controller in VM") -
Kubernetes Submit Queue authored
Automatic merge from submit-queue delete the member before delete the pool fixes https://github.com/kubernetes/kubernetes/issues/32285. it is necessary to delete members before delete the pool.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Change all jsonmerge to strategicpatch Implement all jsonmerge changed to strategicpatch in edit.go.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add alias deploy for deployment deploy is also alias of deployment. add alias deploy for deployment so the help can see deploy in the Aliases like below: ```sh k8s@k8s-node1:~/go/workspace/src/k8s.io/kubernetes/cmd/kubectl$ ./kubectl create dep -h Create a deployment with the specified name. Aliases: deployment, dep, deploy ```
-
Marek Grabowski authored
Revert "dockershim: add unit tests for sandbox/container status"
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Ensure that we are closing files. **What this PR does / why we need it**: In several places we are leaking file descriptors. This could be problematic on systems with low ulimits for them. **Release note**: ```release-note ```
-