Mike Danese
441baf07d6
add OnNewLeader callback to leaderelection client
2016-01-12 10:43:59 -08:00
Daniel Smith
a4442c916f
Merge pull request #19324 from sdminonne/bug_fix
...
to fix comment for apis.extensions.JobCondition
2016-01-12 10:42:24 -08:00
Daniel Smith
3ffcfb928a
Merge pull request #18752 from miry/env-in-validate-cluster
...
AWS: Load cluster env during the validation
2016-01-12 10:39:19 -08:00
Daniel Smith
3b9d67e6c0
Merge pull request #18742 from bprashanth/flannel_release_temp
...
Don't pull flannel from github
2016-01-12 10:37:52 -08:00
Isaac Hollander McCreery
cfdae7b482
Make [Autoscaling] [Feature:Autoscaling]
2016-01-12 10:11:56 -08:00
Daniel Smith
930d796120
Merge pull request #19540 from ihmccreery/gke-reboot-timeout
...
Up timeout for gke-reboot; fixes #19539
2016-01-12 09:59:23 -08:00
Isaac Hollander McCreery
a05d0a869c
Up timeout for gke-reboot; fixes #19539
2016-01-12 09:54:37 -08:00
James DeFelice
ad1803a4ce
construct master URIs from MasterInfo.Address if present; prefer /state over /state.json
2016-01-12 17:49:19 +00:00
Joe Finney
2a72ff5464
Merge pull request #19301 from spxtr/job-configs
...
Track most remaining Jenkins E2E jobs.
2016-01-12 09:47:47 -08:00
Hongchao Deng
252a956150
return error if got InsufficientResourceError and fit=true
2016-01-12 08:46:35 -08:00
Hongchao Deng
111b603c95
Remove FailedResourceType and return custom error
2016-01-12 08:41:30 -08:00
Prashanth Balasubramanian
4f8b744b19
Rename daemon->resource in thirdparty client
2016-01-12 08:18:25 -08:00
k8s-merge-robot
e20a0db159
Merge pull request #19001 from endocode/fix-libvirt-coreos-cluster
...
Auto commit by PR queue bot
2016-01-12 08:15:00 -08:00
Marek Grabowski
9b540638de
Merge pull request #19532 from gmarek/metrics-grabber
...
Make MetricsForE2E public
2016-01-12 16:23:15 +01:00
Brendan Burns
9c843495d7
Check that num_nodes is both defined and not None, not just defined
2016-01-12 07:20:35 -08:00
gmarek
e704e6c0bc
Make MetricsForE2E public
2016-01-12 13:23:47 +01:00
k8s-merge-robot
5b43a12775
Merge pull request #17754 from WeixuZhuang/node_controller
...
Auto commit by PR queue bot
2016-01-12 02:47:23 -08:00
k8s-merge-robot
67ac4e3838
Merge pull request #18410 from Random-Liu/reconcile-pod-status
...
Auto commit by PR queue bot
2016-01-12 02:17:09 -08:00
Michal Fojtik
118c8c5616
bump(fsouza/go-dockerclient): 299d728486342c894e7fafd68e3a4b89623bef1d
2016-01-12 11:03:59 +01:00
k8s-merge-robot
c255181509
Merge pull request #18248 from resouer/images-dev
...
Auto commit by PR queue bot
2016-01-11 23:53:43 -08:00
k8s-merge-robot
9b106c6e6d
Merge pull request #18058 from mqliang/httpProbe
...
Auto commit by PR queue bot
2016-01-11 23:21:01 -08:00
David Oppenheimer
8ac484793d
Comment out calls to httptest.Server.Close() to work around
...
https://github.com/golang/go/issues/12262 . See #19254 for
more details. This change should be reverted when we upgrade
to Go 1.6.
2016-01-11 23:02:11 -08:00
k8s-merge-robot
6f50699b93
Merge pull request #17192 from SuhasAnand/SuhasAnand-rbd-attachdisk-fix_unnecessary_call
...
Auto commit by PR queue bot
2016-01-11 22:07:00 -08:00
Tom Benner
52739bc82b
Add kubectl config current-context
2016-01-11 21:54:24 -08:00
k8s-merge-robot
cc7acc0c58
Merge pull request #19061 from fgrzadkowski/release_docker
...
Auto commit by PR queue bot
2016-01-11 20:56:00 -08:00
k8s-merge-robot
d246ed00fa
Merge pull request #18894 from luxas/update_master_multi
...
Auto commit by PR queue bot
2016-01-11 20:38:41 -08:00
k8s-merge-robot
c4d46adc5e
Merge pull request #19352 from roberthbailey/large-cluster
...
Auto commit by PR queue bot
2016-01-11 20:22:55 -08:00
Mike Danese
22cfa5ea7e
build: move some of hack/lib/ into a new cluster/lib/
...
Some functionality in hack/lib is currently depended on by
cluster/common.sh so kube-up from the full release tar (which
does not include hack/) is currently broken. With this PR we
create cluster/lib/ and move the necessary bits from hack/
over to get kube-up working again.
Fixes: 96d1b8d1b2
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-11 17:10:26 -08:00
Saad Ali
6cbedf2f0b
Merge pull request #19513 from ihmccreery/sleep-tunnels
...
Add 5-minute sleep in GKE for dead tunnels to be removed
2016-01-11 16:52:44 -08:00
Prashanth Balasubramanian
7b847ebfe5
Add api/gensupport as a godep
2016-01-11 16:27:17 -08:00
Prashanth Balasubramanian
f42aaefbdb
Update gce compute api godep.
2016-01-11 16:27:17 -08:00
Prashanth Balasubramanian
cc09a603dd
Code changes
2016-01-11 16:27:12 -08:00
Joe Finney
6dd867108b
Merge pull request #19430 from spxtr/test-go
...
Add kubernetes-test-go and ilk to source control.
2016-01-11 15:51:28 -08:00
Isaac Hollander McCreery
a284927713
Add 5-minute sleep in GKE for dead tunnels to be removed
2016-01-11 15:30:23 -08:00
Saad Ali
651206fd90
Merge pull request #19393 from yujuhong/fix_dockerclient
...
Fix fake docker client to corretly report status of containers
2016-01-11 13:56:41 -08:00
Saad Ali
f5ea4f4671
Merge pull request #19392 from yujuhong/runtime_mock
...
Add a container runtime mock for testing
2016-01-11 13:03:37 -08:00
Isaac Hollander McCreery
e05724cee8
Properly run GCE_PARALLEL_SKIP_TESTS in reboot suites
2016-01-11 11:41:07 -08:00
Saad Ali
d3f76c884a
Merge pull request #19495 from kubernetes/revert-19296-pred
...
Revert "Remove FailedResourceType and return custom error"
2016-01-11 11:30:00 -08:00
Saad Ali
9b415f0300
Revert "Remove FailedResourceType and return custom error"
2016-01-11 11:27:50 -08:00
Prashanth Balasubramanian
4fe4f1f20e
Errors in network setup should prevent pod creation
2016-01-11 11:16:15 -08:00
Chao Xu
a0489e8685
add expansion interface
2016-01-11 10:46:24 -08:00
Eric Tune
1ce3081e55
Do not delete text that fails preformat-balance
...
If preformat lines are unbalanced, do not delete all the lines from there to
end of file. That might be the only copy of edits made by the user.
Do not print entire file contents for munge errors affecting entire file.
2016-01-11 10:44:10 -08:00
Minhan Xia
2a7656c0c0
Merge pull request #19383 from freehan/esloggingfix
...
Improve ES test resilience
2016-01-11 10:08:50 -08:00
Joe Finney
abf41a5304
Merge pull request #19429 from spxtr/soak-yaml
...
Add soak tests to source control.
2016-01-11 09:59:32 -08:00
Lucas Käldström
7d497441b3
Update docker-multinode instructions and version. Also run kube-proxy in a pod in the docker-multnode manifest
2016-01-11 16:45:56 +02:00
Marek Grabowski
d8041b1d4d
Merge pull request #19471 from gmarek/analyzer_k8s_changes
...
Changes required for test analyzer
2016-01-11 14:21:45 +01:00
gmarek
1dba92824c
Changes required for test analyzer
2016-01-11 13:29:05 +01:00
Marek Grabowski
1020b436c7
Merge pull request #19469 from gmarek/master
...
Run test for grabbing metrics from Kubelet only on GCE
2016-01-11 13:07:06 +01:00
gmarek
573c3ca320
Shorten the sleep amount in the fake docker client
2016-01-11 12:15:11 +01:00
gmarek
5f2222a866
Run test for grabbing metrics from Kubelet only on GCE
2016-01-11 11:54:43 +01:00