Commit Graph

21726 Commits

Author SHA1 Message Date
Zach Loafman
a68247bbf7 Merge pull request #17586 from mattf/master
Install numpy on all spark images
2015-11-20 13:37:37 -08:00
Matthew Farrellee
fb4afda2bf Install numpy on all spark images 2015-11-20 16:05:47 -05:00
Piotr Szczesniak
2794e47b1c Disabled HPA tests for deployment because they are flaky 2015-11-20 22:03:24 +01:00
Dawn Chen
7a29621b94 Merge pull request #17582 from yujuhong/image_backoff
Use 10s period for image pulling backoff
2015-11-20 13:00:49 -08:00
Andy Goldstein
f9a018d454 Add missing kube_flags to kubectl scale in hack/test-cmd.sh 2015-11-20 15:28:14 -05:00
Hongchao Deng
36104df7cf Kubemark guide: add paragraph to describe '--delete-namespace=false' 2015-11-20 12:01:37 -08:00
Yu-Ju Hong
41a9ab388d Use 10s period for image pulling backoff
This is consistent with the container restart backoff period.
2015-11-20 11:57:56 -08:00
Joe Finney
0ff848b959 Verify that tests in Jenkins match those in e2e.sh.
This is a temporary solution in lieu of a more robust infrastructure.
The test is up and running on Jenkins as kubernetes-verify-jenkins-jobs.
It fails as long as there are tests in Jenkins that aren't in e2e.sh and
vice versa, excluding specified exceptions and non-kubernetes tests.
2015-11-20 11:51:53 -08:00
Brendan Burns
ce90b83689 Update some flags 2015-11-20 11:47:31 -08:00
Zach Loafman
fc8f5672cb Merge pull request #17578 from mattf/master
Use upstream zeppelin 0.5.5 release
2015-11-20 11:47:01 -08:00
saadali
882469dd7b Refactor GCE wrapper library to allow execution from E2E test suite 2015-11-20 11:41:10 -08:00
Matthew Farrellee
2d37029a39 Use upstream zeppelin 0.5.5 release 2015-11-20 14:22:56 -05:00
Zach Loafman
893c99bddc Merge pull request #17563 from mattf/master
Add cleaning to the clean target
2015-11-20 11:22:07 -08:00
Chao Xu
32f2ec71a8 Based on @tiran's patch: copy the request ContentLength and TransferEncoding field in proxy
@liggitt: Update proxy content-length tests; Copy content-length in generic rest proxy.
2015-11-20 09:57:47 -08:00
Brendan Burns
1dcd250274 Refactor the deadlock detector for testing. Add a test. 2015-11-20 09:35:40 -08:00
Kris
7f6d2e8305 Cleaning up client request unit tests
1. Closing test servers that we open.
2. Remove dependency on Config and just call NewRESTClient directly
3. Remove auth tests as they are redundant to the tests in transport_test.go
2015-11-20 08:52:34 -08:00
deads2k
72e345aa4e handle the HEAD verb correctly for authorization 2015-11-20 11:34:35 -05:00
Wojciech Tyczynski
846356d437 Remove tools.EtcdClient reference from master_test 2015-11-20 16:59:21 +01:00
Matthew Farrellee
4e181c4c1f Add cleaning to clean target 2015-11-20 10:19:57 -05:00
k8s-merge-robot
ac65782e03 Merge pull request #17121 from mikedanese/kube-proxy-static
Auto commit by PR queue bot
2015-11-20 07:19:26 -08:00
k8s-merge-robot
c8d2ec6ffd Merge pull request #16919 from ihmccreery/enable-prerelease-push-official-release
Auto commit by PR queue bot
2015-11-20 06:47:23 -08:00
k8s-merge-robot
0e229d59f0 Merge pull request #17499 from jszczepkowski/hpa-tune
Auto commit by PR queue bot
2015-11-20 05:33:15 -08:00
k8s-merge-robot
d25cffef55 Merge pull request #17381 from caesarxuchao/add-blob
Auto commit by PR queue bot
2015-11-20 05:32:31 -08:00
Wojciech Tyczynski
8594c20333 Merge pull request #16677 from DirectXMan12/feature/add-scale-validator
[WIP] Add Validators for Scale Objects
2015-11-20 12:03:45 +01:00
k8s-merge-robot
1a57cc8033 Merge pull request #15777 from mesosphere/sttts-replace-ssh-by-net-host-container
Auto commit by PR queue bot
2015-11-20 02:19:25 -08:00
k8s-merge-robot
f0b07c9c68 Merge pull request #16126 from krousey/client_breakup
Auto commit by PR queue bot
2015-11-20 01:47:22 -08:00
k8s-merge-robot
21095ea21e Merge pull request #13917 from feihujiang/kubectlRunFollowRules
Auto commit by PR queue bot
2015-11-20 00:13:17 -08:00
k8s-merge-robot
53f0f9d598 Merge pull request #17541 from dchen1107/event
Auto commit by PR queue bot
2015-11-19 23:42:15 -08:00
k8s-merge-robot
b257174452 Merge pull request #17315 from ZJU-SEL/ubuntu-clean-kube-down
Auto commit by PR queue bot
2015-11-19 23:21:12 -08:00
k8s-merge-robot
8d60aae8ff Merge pull request #17422 from ZJU-SEL/upgrade-etcd-flag
Auto commit by PR queue bot
2015-11-19 23:07:01 -08:00
k8s-merge-robot
2d75799dda Merge pull request #17528 from kubernetes/fix-daemonset
Auto commit by PR queue bot
2015-11-19 23:06:46 -08:00
k8s-merge-robot
c879383cf4 Merge pull request #17550 from timstclair/typo
Auto commit by PR queue bot
2015-11-19 23:06:41 -08:00
Paul Morie
62f7220d6b Proposal: config data volume source 2015-11-19 23:20:26 -05:00
Alex Chesser
9a065638e1 Included explicit instructions for obtaining code
A novice may require this additional step and might not know that the kubernetes repository is sufficient to run the code locally.
2015-11-19 23:07:19 -05:00
Tim St. Clair
e4eff4bd6b Fix typo: s/recieve/receive/ 2015-11-19 19:23:40 -08:00
Lantao Liu
90ac508524 Cleanup fake_docker_client.go and manager_test.go 2015-11-19 19:03:35 -08:00
Yu-Ju Hong
dc42d25f4a kubelet: remove background updating thread in RuntimeCache
This feature is no longer useful pods don't sync as often. For batch
creation/deletions/syncs, the cache will be up-to-date for most pods since it
will be updated frequently. For other cases, continue updating for two more
seconds don't usually help, as temporal locality doesn't hold across pod syncs.
2015-11-19 17:25:51 -08:00
feihujiang
ad79fa6e84 Move list functions from runtime to meta package 2015-11-20 09:20:55 +08:00
Quinton Hoole
bec4167525 Make zone and region node labels conformant.
Fixes #17506
2015-11-19 16:35:58 -08:00
Dawn Chen
16fe4a8ada Fix a typo of NodeNotReady event. 2015-11-19 15:35:14 -08:00
Yifan Gu
8a24d831ec Godeps: Add Godeps for rkt api service, bump grpc. 2015-11-19 15:00:38 -08:00
Kris
9b75b88d4e Move client's tranport to a separate package 2015-11-19 14:55:47 -08:00
Isaac Hollander McCreery
96cd51066d Update docs for how to perform upgrades 2015-11-19 14:46:46 -08:00
Nikhil Jindal
b12550273e Merge pull request #17530 from nikhiljindal/deploymente2eFlaky
Removing a deployment test from flaky tests list
2015-11-19 14:15:54 -08:00
Jeff Lowdermilk
b5e7597d6a Merge pull request #17531 from jlowdermilk/reboot-filter
Re-add slow tests to gke-ci-reboot filter
2015-11-19 14:09:23 -08:00
Zach Loafman
57c63ba872 Merge pull request #17288 from zmerlynn/i17231
Zeppelin: Compress the image by doing the build on a separate image
2015-11-19 14:07:41 -08:00
Jeff Lowdermilk
e4f7db65af Re-add slow tests to gke-ci-reboot filter
Reboot tests are already slow, should only run fast tests
in this job.
2015-11-19 13:45:22 -08:00
k8s-merge-robot
9ace86fd25 Merge pull request #16258 from mqliang/deployment-redundant
Auto commit by PR queue bot
2015-11-19 13:45:18 -08:00
nikhiljindal
afd3095c04 Removing a deployment test from flaky 2015-11-19 13:41:10 -08:00
Brendan Burns
9a95e555ea Update daemon.md 2015-11-19 13:35:24 -08:00