Mike Danese
|
c00dfe82f8
|
Revert "Push server docker images during the release"
|
2015-12-22 19:59:56 -08:00 |
|
hurf
|
763edd3011
|
Clean up standalone conversion tool
Remove kube-version-change for all its functionalities are covered
by kubectl convert command. Also changed the related docs.
|
2015-12-23 10:31:08 +08:00 |
|
k8s-merge-robot
|
56f72aeb45
|
Merge pull request #18965 from mesosphere/sttts-reenable-debug-handlers
Auto commit by PR queue bot
|
2015-12-22 16:54:29 -08:00 |
|
k8s-merge-robot
|
78b573e803
|
Merge pull request #18893 from fgrzadkowski/release_docker
Auto commit by PR queue bot
|
2015-12-22 16:54:18 -08:00 |
|
Xiang Li
|
f3ced64a80
|
scheduler: a small refactor for generic scheduler
|
2015-12-22 15:36:41 -08:00 |
|
Mike Danese
|
b2aa98f50d
|
fix flake in deployment unit test
|
2015-12-22 14:28:44 -08:00 |
|
Mike Danese
|
da8b85e5c7
|
Merge pull request #18858 from jayunit100/overlogging-rclient
Minimize log level for request backoffs
|
2015-12-22 14:08:06 -08:00 |
|
Mike Danese
|
bee582293c
|
Merge pull request #19010 from wojtek-t/debug_watcher_test
Fix etcdWatcher test
|
2015-12-22 14:07:41 -08:00 |
|
Mike Danese
|
b174fc9c97
|
Merge pull request #18994 from bprashanth/flannel_suite
Add a jenkins flannel suite.
|
2015-12-22 14:07:14 -08:00 |
|
Isaac Hollander McCreery
|
eeb727afd3
|
Merge pull request #19021 from ihmccreery/test-labels
Label flaky e2es with [Flaky] & slow tests with [Slow]
|
2015-12-22 16:43:36 -05:00 |
|
Isaac Hollander McCreery
|
5ee8850263
|
Fold GKE_FLAKY and PARALLEL_FLAKY into FLAKY
|
2015-12-22 12:29:58 -08:00 |
|
Isaac Hollander McCreery
|
a62f2a41c6
|
Remove flaky and slow test skip lists, add [Flaky] and [Slow] labels
|
2015-12-22 12:29:58 -08:00 |
|
Isaac Hollander McCreery
|
8b255feeee
|
Add flaky label [Flaky] to tests
|
2015-12-22 12:29:57 -08:00 |
|
Isaac Hollander McCreery
|
14d9a0f2c8
|
Label slow tests [Slow]
|
2015-12-22 12:29:57 -08:00 |
|
Yifan Gu
|
644aa9536a
|
rkt: Remove pod_info.go, clean up codes that not needed anymore.
|
2015-12-22 12:02:25 -08:00 |
|
Yifan Gu
|
ee7251ed10
|
rkt: Update for newest api version.
|
2015-12-22 12:02:25 -08:00 |
|
Yifan Gu
|
1693b74006
|
Godep: Update for rkt api service.
|
2015-12-22 12:02:25 -08:00 |
|
Yifan Gu
|
278f0dc8ad
|
rkt: Replace image cat-manifest/list with api calls.
|
2015-12-22 12:02:25 -08:00 |
|
Clayton Coleman
|
11af69da78
|
Ensure DeleteOptions is registered to other groups
The version of DeleteOptions supported by v1beta1 extensions and
v1alpha1 metrics is the v1 core group version.
|
2015-12-22 14:29:15 -05:00 |
|
Clayton Coleman
|
6d4612c8d2
|
Remove redundant / complex client code
|
2015-12-22 14:29:15 -05:00 |
|
Brendan Burns
|
4123a61df7
|
Add the client side bits of kubectl export
|
2015-12-22 10:41:59 -08:00 |
|
Brendan Burns
|
4ca66d2aef
|
Merge pull request #18047 from caesarxuchao/munger-tag-new
Stop munger produce the link to a release version doc if it doesn't exit in the release branch
|
2015-12-22 10:35:20 -08:00 |
|
Brendan Burns
|
ac5c0aaba7
|
Merge pull request #17883 from jimmidyson/cadvisor-bump-0.19.4
Bump cadvisor to fix interface stats bugs & improve performance
|
2015-12-22 10:34:46 -08:00 |
|
Brendan Burns
|
670adb762c
|
Merge pull request #16525 from epc/epc-2015302
Copy edits for typos
|
2015-12-22 10:34:15 -08:00 |
|
Brendan Burns
|
b6ca92127d
|
Merge pull request #16980 from jackgr/force_apply
Implement conflict detection in strategic merge patch
|
2015-12-22 10:33:35 -08:00 |
|
Filip Grzadkowski
|
09f70ebbd8
|
Merge pull request #19015 from wojtek-t/fix_etcd_wacher
Fix timeout in etcdwatcher tests
|
2015-12-22 17:04:00 +01:00 |
|
Wojciech Tyczynski
|
9f35eebb81
|
Fix timeout in etcdwatcher tests
|
2015-12-22 16:56:54 +01:00 |
|
jay vyas
|
4891d827ac
|
Delete extra logs, especially to prevent kubelet which makes many clients, from overlogging.
|
2015-12-22 10:38:24 -05:00 |
|
Andy Goldstein
|
f175a22443
|
Add admission controller to force image pulls
Add an admission controller that forces every container's image pull policy to
Always when a pod is created.
|
2015-12-22 10:32:40 -05:00 |
|
Wojciech Tyczynski
|
55747ec1ce
|
Eliminate rubbish logs in pkg/conversion test
|
2015-12-22 16:07:30 +01:00 |
|
Wojciech Tyczynski
|
8cd50dd005
|
Fix etcdWatcher test
|
2015-12-22 15:40:52 +01:00 |
|
Marek Grabowski
|
1f26fa4049
|
Merge pull request #19011 from kubernetes/revert-18998-master
Revert "Enable logs generation rate checking in scalability tests"
|
2015-12-22 15:32:52 +01:00 |
|
Ed Costello
|
f968c593e3
|
Copy edits for typos
|
2015-12-22 09:30:48 -05:00 |
|
Marek Grabowski
|
79ef0d7900
|
Revert "Enable logs generation rate checking in scalability tests"
|
2015-12-22 15:30:09 +01:00 |
|
Filip Grzadkowski
|
d20ab89bd6
|
Merge pull request #19006 from wojtek-t/wait_on_stop_watch
Fix race in watch tests - attempt 3
|
2015-12-22 14:28:40 +01:00 |
|
Filip Grzadkowski
|
e1640989e7
|
Merge pull request #19009 from fgrzadkowski/fix_e2e
Fix e2e tests broken in #17865
|
2015-12-22 14:02:23 +01:00 |
|
Filip Grzadkowski
|
4ee0e7e43c
|
Fix e2e tests broken in #17865
|
2015-12-22 13:59:35 +01:00 |
|
Wojciech Tyczynski
|
41c7835039
|
Fix race in watch tests
|
2015-12-22 13:21:02 +01:00 |
|
k8s-merge-robot
|
41aa6cea62
|
Merge pull request #18998 from gmarek/master
Auto commit by PR queue bot
|
2015-12-22 04:20:43 -08:00 |
|
k8s-merge-robot
|
390e91793f
|
Merge pull request #18918 from smarterclayton/conversion_import
Auto commit by PR queue bot
|
2015-12-22 04:20:30 -08:00 |
|
gmarek
|
9dbbc4e1df
|
Add a tool for grabbing and parsing prometheus metrics
|
2015-12-22 12:33:37 +01:00 |
|
mqliang
|
e58eae313e
|
move filter logic to list&watch client
|
2015-12-22 19:32:18 +08:00 |
|
Wojciech Tyczynski
|
4aa2121a8e
|
Remove dead code
|
2015-12-22 11:07:22 +01:00 |
|
Wojciech Tyczynski
|
e108a32b08
|
Merge pull request #18655 from wojtek-t/versioned_list_options_in_server
Switch to versioned ListOptions in server.
|
2015-12-22 10:57:09 +01:00 |
|
Filip Grzadkowski
|
6ac2774dea
|
Merge pull request #18999 from wojtek-t/close_watchers
Close watchers in tests
|
2015-12-22 10:56:25 +01:00 |
|
Filip Grzadkowski
|
cab6819dc9
|
Merge pull request #19000 from wojtek-t/fix_density_test
Fix density test
|
2015-12-22 10:54:59 +01:00 |
|
Wojciech Tyczynski
|
6ce85817ea
|
Fix density test
|
2015-12-22 10:50:05 +01:00 |
|
Wojciech Tyczynski
|
2b8854ba28
|
Close watchers in tests
|
2015-12-22 09:54:05 +01:00 |
|
k8s-merge-robot
|
058896340d
|
Merge pull request #18985 from mlafeldt/patch-1
Auto commit by PR queue bot
|
2015-12-22 00:48:54 -08:00 |
|
gmarek
|
8d79c606dc
|
Enable logs generation rate checking in scalability tests
|
2015-12-22 09:21:48 +01:00 |
|