- 12 Jan, 2016 9 commits
-
-
Michail Kargakis authored
When a job is complete, the controller will indefinitely update its conditions with a Complete condition. This change makes the controller exit the reconcilation as soon as the job is already found to be marked as complete.
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Saad Ali authored
Add 5-minute sleep in GKE for dead tunnels to be removed
-
- 11 Jan, 2016 20 commits
-
-
Joe Finney authored
Add kubernetes-test-go and ilk to source control.
-
Isaac Hollander McCreery authored
-
Saad Ali authored
Fix fake docker client to corretly report status of containers
-
Saad Ali authored
Add a container runtime mock for testing
-
Saad Ali authored
Revert "Remove FailedResourceType and return custom error"
-
Saad Ali authored
-
Minhan Xia authored
Improve ES test resilience
-
Joe Finney authored
Add soak tests to source control.
-
Lucas Käldström authored
Update docker-multinode instructions and version. Also run kube-proxy in a pod in the docker-multnode manifest
-
Marek Grabowski authored
Changes required for test analyzer
-
gmarek authored
-
Marek Grabowski authored
Run test for grabbing metrics from Kubelet only on GCE
-
gmarek authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Marek Grabowski authored
Label 3 flaky deployment e2e tests with [Flaky]
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
mdshuai authored
-
- 10 Jan, 2016 5 commits
-
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
James DeFelice authored
-
Random-Liu authored
-
David Oppenheimer authored
Fix data race by eliminating concurrency in test
-
- 09 Jan, 2016 4 commits
-
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Yu-Ju Hong authored
Kubelet doesn't perform checkpointing and loses all its internal states after restarts. It'd then mistaken pods from the api server as new pods and attempt to go through the admission process. This may result in pods being rejected even though they are running on the node (e.g., out of disk situation). This change adds a condition to check whether the pod was seen before and categorize such pods as updates. The change also removes freeze/unfreeze mechanism used to work around such cases, since it is no longer needed and it stopped working correctly ever since we switched to incremental updates.
-
- 08 Jan, 2016 2 commits
-
-
Jeff Lowdermilk authored
Label [Skipped] tests apprpriately
-
Joe Finney authored
-