- 12 Jul, 2016 1 commit
-
-
Harry Zhang authored
Signed-off-by:Harry Zhang <harryz@hyper.sh> Combine delete with update
-
- 09 Jun, 2016 12 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Don't ignore error when Discovery().ServerResources() in kubectl run Ref #27014 This doesn't fix the flake directly, but expose the error happened when the flake happens. @kubernetes/kubectl @caesarxuchao []()
-
k8s-merge-robot authored
Automatic merge from submit-queue GCI: add support for network plugin I had run e2e against a cluster with both master and nodes on GCI a couple of times. The PR auto tests will cover the hybrid cluster with just master on GCI. cc/ @roberthbailey @fabioy @kubernetes/goog-image
-
k8s-merge-robot authored
Automatic merge from submit-queue Avoid pathname collisions in TestNewOICAuthProvider.
-
k8s-merge-robot authored
Automatic merge from submit-queue Exit image puller subshell Exit the subshell with 0 so even if the last docker pull fails the pod doesn't end up in the error state.
-
Dawn Chen authored
Revert "Only build essential targets for node e2e"
-
Dawn Chen authored
-
Dawn Chen authored
Wait for arc.getArchive() to complete before running tests
-
Erick Fejta authored
-
Dawn Chen authored
Only build essential targets for node e2e
-
Dawn Chen authored
Bump cAdvisor to v0.23.3
-
k8s-merge-robot authored
Automatic merge from submit-queue Mark known-flags to merge via union.
-
k8s-merge-robot authored
Automatic merge from submit-queue Stop 'kubectl drain' deleting pods with local storage. Kubectl drain will not continue if there are pods with local storage unless forced with --delete-local-data. Fixes #23972
-
- 08 Jun, 2016 27 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Resource quantity must support leading and trailing whitespace in JSON for back-compat For backwards compatibility reasons, we must continue to support leading or trailing whitespace on Quantity values when deserialized from JSON. We must also support numbers serialized into yaml (`cpu: 1`) and JSON (`"cpu": 1`) Fixes #26898
-
Matt Liggett authored
This avoids pointless merge conflicts in a simple text file. Fixes #27088.
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix Retry-After in clients Fix #26871
-
Matt Liggett authored
Unless forced with --delete-local-data. Also a refactoring of the kubectl drain logic that selects/rejects pods and produces error/warning messages.
-
k8s-merge-robot authored
Automatic merge from submit-queue Extend logging for UnschedulableNodes Ref #25845
-
k8s-merge-robot authored
Automatic merge from submit-queue Node e2e Makefile support for running remote tests against kubernetes… Fixes #26665 []() …-node-e2e-images.
-
k8s-merge-robot authored
Automatic merge from submit-queue Custom sort function for InitContainersStatuses Order in init containers matters. Statues shoudln't be sorted by name.
-
Andy Zheng authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Move quota usage testing for loadbalancers into unit tests Fixes https://github.com/kubernetes/kubernetes/issues/26319 * moved testing for node port and load balancer usage in quota to unit tests * remove node port and node port -> loadbalancer service testing out of e2e * covered already in replenishment_controller_test scenario Given the time it takes to even allocate a load balancer, it seems better to test that outside of this test case to avoid unnecessary flakes. /cc @bprashanth
-
k8s-merge-robot authored
Automatic merge from submit-queue Avoid comparing pod-template-hash when getting a deployment's new/old RSes Will need to cherry pick to 1.2 also. Ref #26724 #26797 @kubernetes/deployment @ihmccreery []()
-
Tim St. Clair authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Flake 26210: decouple explicit access from port 80 Flake #26210 only happens for port 80. To decouple the possible causes, all tests with explicit port 80 are moved to port 1080 (these were 80% of the flakes). The urls without a specified port (which map to port 80 though) are left untouched. If port 1080 does not show up as flake now, there is really a connection to the actual port number.
-
Janet Kuo authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Reduce huge amount of logs in large cluster tests When running tests in 2000-node clusters, I got more than 100.000 lines like this: ``` Jun 8 01:03:11.850: INFO: Condition NetworkUnavailable of node gke-gke-large-cluster-default-pool-1-03ee5a12-knrw is true instead of false. Reason: NoRouteCreated, message: Node created w ithout a route ``` that doesn't give much value. This is PR is reducing the number of logs.
-
k8s-merge-robot authored
Automatic merge from submit-queue GCI: fix the issue #26379 This PR deletes docker0 explicitly to fix the issue. In some cases, coexistence of docker0 and cbr0 make troubles in GCI-based cluster instances. I verified it in GKE. With the fix, fluentd-gcp pod shows no error. "curl google.com" can work inside a pod. Mark it as P0 to match the issue priority. @a-robinson @roberthbailey @freehan @kubernetes/goog-image
-
k8s-merge-robot authored
Automatic merge from submit-queue shorten gc stress test But the stress test is still run twice, because the `KUBE_TEST_API_VERSIONS` env var in test-integration.sh doesn't have any effect on the testapi because of the [defaulting](https://github.com/kubernetes/kubernetes/blob/master/pkg/api/testapi/testapi.go#L164). cc @lavalamp
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix a minor typo in CHANGELOG.md
-
k8s-merge-robot authored
Automatic merge from submit-queue Retain debug logs for etcd when there is a place to keep them.
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix traces Ref #26185
-
k8s-merge-robot authored
Automatic merge from submit-queue DeepCopy should generate types within k8s.io/kubernetes Take an incremental step to control which types get DeepCopy generated. Fixes #26036, #24667 @thockin @wojtek-t @lavalamp
-
Phillip Wittrock authored
Also includes other improvements: - Makefile rule to run tests against remote instance using existing host or image - Makefile will reuse an instance created from an image if it was not torn down - Runner starts gce instances in parallel with building source - Runner uses instance ip instead of hostname so that it doesn't need to resolve - Runner supports cleaning up files and processes on an instance without stopping / deleting it - Runner runs tests using `ginkgo` binary to support running tests in parallel
-
Wojciech Tyczynski authored
-
Piotr Szczesniak authored
Rename ENABLE_NODE_AUTOSCALER to ENABLE_CLUSTER_AUTOSCALER - part 1
-
Wojciech Tyczynski authored
-
Marcin Wielgus authored
-
Piotr Szczesniak authored
Added extra logging to cluster autoscaler e2e tests.
-
Jerzy Szczepkowski authored
Added extra logging to cluster autoscaler e2e tests to track flakiness.
-