Commit Graph

17299 Commits (d3b1e468e1729967042605a90899b26d19525fd3)

Author SHA1 Message Date
Daniel Smith a98a0f52b4 Merge pull request #13345 from thockin/proxy-contention
Don't take the proxy mutex in the traffic path
2015-09-01 12:25:59 -07:00
Daniel Smith 01aac19d5c Merge pull request #13312 from kelcecil/kube-help-correction
Fix docker-machine typo in daemon help
2015-09-01 12:24:17 -07:00
Daniel Smith 10efd9806a Merge pull request #13227 from kargakis/fix-exposing-from-file
expose: Don't query the server for input objects
2015-09-01 12:23:01 -07:00
Derek Carr a7e47cada2 Merge pull request #12963 from smarterclayton/enable_graceful
Enable graceful deletion of pods (7/7)
2015-09-01 15:07:29 -04:00
Brendan Burns 6aa7ce2689 addressed comments. 2015-09-01 12:00:56 -07:00
Huamin Chen fe559f2726 implement Ceph FS volume plugin and add to e2e volume test
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-09-01 14:05:17 -04:00
Janet Kuo b673920ccf Get printer from factory to retrieve handled resources 2015-09-01 10:20:51 -07:00
Janet Kuo 23740d9080 Enable kubectl label resource type bash completion 2015-09-01 10:19:51 -07:00
Brendan Burns de14623775 Add a printer that knows how to print user-defined columns 2015-09-01 10:11:13 -07:00
Brendan Burns 64717962cf Merge pull request #13211 from ashcrow/kubelet-disk-manager-tests
test: improved kubelet disk_manager coverage.
2015-09-01 10:10:07 -07:00
Brendan Burns 9c37fe29c8 Merge pull request #12227 from freeformz/remove_code_google_com
s:code.google.com/p:github.com/scalingdata:
2015-09-01 10:07:44 -07:00
Brendan Burns 8696c6c1d7 Merge pull request #13290 from Huawei-PaaS/amend_two_markdown_errors_in_authentication_md
Amend some markdown and other errors in **easyrsa** section
2015-09-01 10:07:21 -07:00
Brendan Burns 6f2dcb5b90 Merge pull request #13297 from piosz/initial-proposal
Changed all links in initial-resources proposal to be relative
2015-09-01 10:07:01 -07:00
Brendan Burns 6c47bfc08b Merge pull request #13352 from Huawei-PaaS/amend_markdown_errors_in_federation_md
Amend some markdown errors in federation.md
2015-09-01 10:05:25 -07:00
Brendan Burns 43e7c9b211 Merge pull request #13367 from spothanis/cinder
Cinder Volume Plugin
2015-09-01 10:05:15 -07:00
Brendan Burns 1919d7fa0e Merge pull request #13369 from resouer/patch-5
Fix inconsistency path in GOPATH doc
2015-09-01 10:04:32 -07:00
Brendan Burns 90aaa3dcc2 Merge pull request #13373 from Huawei-PaaS/fix_dead_link_in_event_compression_md
Fix dead link in event_compression.md
2015-09-01 10:04:21 -07:00
Brendan Burns c048419810 Merge pull request #13380 from wojtek-t/refactor_etcd_watch_test
Refactoring of watch etcd tests.
2015-09-01 10:04:09 -07:00
Brendan Burns 1dc29ee319 Merge pull request #13408 from quinton-hoole/2015-08-31-deflake-soak-e2e
Skip GCE_SKIP and GCE_FLAKY e2e tests when soak testing.
2015-09-01 10:01:42 -07:00
Brendan Burns e5140150df Merge pull request #13410 from danwinship/dbus
Add a mockable dbus interface to pkg/util
2015-09-01 10:01:17 -07:00
Brendan Burns fdaea5303e Merge pull request #13437 from alexwlchan/patch-2
Fix two broken codeblocks in Guestbook example
2015-09-01 10:00:42 -07:00
deads2k 7e180c258d update testclient for delegating reaction chain 2015-09-01 12:58:35 -04:00
Dan Mace da5e4d7bd5 Rolling updater availability enhancements
Enhance the rolling updater to support maintaining minimum pod
availability for the duration of the update process.
2015-09-01 12:54:08 -04:00
markturansky 68358fd308 Added VolumeConfig to volumes 2015-09-01 12:04:26 -04:00
k8s-merge-robot c949e94047 Merge pull request #12743 from deads2k/bind-to-var
Auto commit by PR queue bot
2015-09-01 08:54:39 -07:00
Piotr Szczesniak 7967642cf0 Implemented first version of InitialResources plugin. 2015-09-01 17:24:13 +02:00
Marcin Wielgus 064b09ff0b MetricsClient for HorizontalPodAutoscaler 2015-09-01 17:24:11 +02:00
Filip Grzadkowski 1a9b0d6018 Fix mounting volumes in docker based kubernetes setup. 2015-09-01 16:42:23 +02:00
Wojciech Tyczynski 39a91bf122 Merge pull request #13377 from dasch/patch-1
Fix a typo in the documentation
2015-09-01 16:41:29 +02:00
Greg Liebowitz 133310d84d Fixed typo in CentOS doc 2015-09-01 09:10:38 -04:00
deads2k f1b81ff678 bind filenames var instead of looking up 2015-09-01 08:35:57 -04:00
Wojciech Tyczynski 5c2c42eed8 Merge pull request #13220 from aveshagarwal/master-issue-12740
httpGet livenessprobe fails for controller and scheduler when following steps in scratch.md (fixes #12740)
2015-09-01 14:20:15 +02:00
k8s-merge-robot 5331a26c5b Merge pull request #13293 from yujuhong/pod_dir
Auto commit by PR queue bot
2015-09-01 04:59:55 -07:00
k8s-merge-robot a4d953f4b3 Merge pull request #13131 from hurf/anno_unused
Auto commit by PR queue bot
2015-09-01 04:32:13 -07:00
Marek Grabowski 9d33583318 Merge pull request #13420 from JanetKuo/doc-rolling
Change deprecated 'kubectl stop' to 'delete'
2015-09-01 13:30:08 +02:00
Alex Chan 2d1133de98 Fix two broken codeblocks in Guestbook example
Looking at the currently published version (http://kubernetes.io/v1.0/examples/guestbook-go/README.html), there are a pair of unprocessed code fence blocks. This commit is an attempt to fix the problem.
2015-09-01 12:17:44 +01:00
k8s-merge-robot 49475c3431 Merge pull request #13061 from yifan-gu/rkt_patch_events
Auto commit by PR queue bot
2015-09-01 04:10:18 -07:00
Jerzy Szczepkowski a2ca4954f4 Fixed kind to resource convertion in scale client.
Fixed kind to resource convertion in scale client.
2015-09-01 10:18:27 +02:00
Wojciech Tyczynski a935e7c1f0 Merge pull request #13427 from kubernetes/revert-13296-revert-13248-revert-13191-cadvisor-update
Revert "Revert "Revert "Bump cadvisor godep"""
2015-09-01 10:01:35 +02:00
Wojciech Tyczynski 6dfe5b4b5a Refactoring of watch etcd tests. 2015-09-01 09:24:16 +02:00
Wojciech Tyczynski 9345379467 Revert "Revert "Revert "Bump cadvisor godep""" 2015-09-01 09:00:36 +02:00
feihujiang da03746b22 Aggregate errors when validate kubectl required parameters 2015-09-01 14:34:31 +08:00
Brendan Burns d993b8891d Addressed changes 2015-08-31 21:13:37 -07:00
Brendan Burns 855c7cedcc Address comments. 2015-08-31 21:13:37 -07:00
Brendan Burns b196d0f84b Add support for installing custom object APIs 2015-08-31 21:13:36 -07:00
Brendan Burns 7bfc8b5f37 Add dynamic APIs 2015-08-31 21:13:07 -07:00
Brendan Burns 828e4d35a7 Add a storage implementation for thirdpartyresources. 2015-08-31 21:11:43 -07:00
He Simei f5bdea836e specify gc 2015-09-01 10:16:20 +08:00
Janet Kuo 22ec272494 Change deprecated 'kubectl stop' to 'delete' 2015-08-31 18:04:04 -07:00
Yu-Ju Hong 13b268b378 kubelet: define the minimum housekeeping period
Before, kubelet performs global cleanup tasks every iteration. After the
PR #13003, kubelet performs the tasks on every sync internval (10 seconds).
This PR decouples the housekeeping period with the sync internval to ensure
that kubelet cleans up promptly, while not too often (no more than once every
minimum housekeeping period).
2015-08-31 17:28:20 -07:00