Commit Graph

19689 Commits

Author SHA1 Message Date
k8s-merge-robot
081f05c207 Merge pull request #14575 from soltysh/jobs_podtemplate_not_pointer
Auto commit by PR queue bot
2015-10-15 03:28:19 -07:00
k8s-merge-robot
b799d57e7b Merge pull request #15642 from dchen1107/docker
Auto commit by PR queue bot
2015-10-15 03:02:17 -07:00
Marek Grabowski
b8aabbbf4f Merge pull request #15655 from piosz/enable-ir-e2e
Disabled flaky Initial Resources e2e test
2015-10-15 10:09:43 +02:00
Marek Grabowski
6248cd71b6 Merge pull request #15595 from zhengguoyong/del_capatical_packagename_for_kubeletUtil
Del capatical local packagename for kubeletUtil
2015-10-15 09:34:05 +02:00
Marek Grabowski
09160d8671 Merge pull request #15499 from JanetKuo/kubectl-get-funky
Format flattened output in kubectl
2015-10-15 09:33:26 +02:00
Marek Grabowski
93ec313843 Merge pull request #15395 from bprashanth/ingress_scrub
Ingress scrub
2015-10-15 09:32:41 +02:00
Marek Grabowski
a92fa4e38a Merge pull request #15453 from eghobo/master
Fixed incorrect service name
2015-10-15 09:31:50 +02:00
Harry Zhang
646f36f49c Fix wrong tail -f command 2015-10-15 07:31:21 +00:00
Marek Grabowski
2cbb37a083 Merge pull request #15572 from nikhiljindal/deploymentFlake
Deployment e2e flake: Wait for events to be generated before verifying them
2015-10-15 09:30:14 +02:00
Marek Grabowski
8a5f748846 Merge pull request #15336 from ixdy/install-etcd
Move hack/travis/install-etcd.sh to hack/, and update etcd version to 2.0.12
2015-10-15 09:29:25 +02:00
Marek Grabowski
e7ddb4f9a6 Merge pull request #15338 from bharrisau/patch-1
Correct multi-cluster number recommendations
2015-10-15 09:28:07 +02:00
mqliang
5122f34206 StoreToJobLister.List() should return extensions.JobList, instead of []extension.Job 2015-10-15 15:23:52 +08:00
Harry Zhang
14334837b9 Add example of using gitRepo 2015-10-15 06:13:45 +00:00
k8s-merge-robot
877bfa6d1f Merge pull request #15302 from piosz/plugins-doc
Auto commit by PR queue bot
2015-10-14 21:09:53 -07:00
k8s-merge-robot
be1d8ed57f Merge pull request #15339 from erictune/exp-api
Auto commit by PR queue bot
2015-10-14 21:09:23 -07:00
k8s-merge-robot
7d5b0c4044 Merge pull request #15653 from bgrant0607/docfix2
Auto commit by PR queue bot
2015-10-14 21:05:35 -07:00
combk8s
59b392c4fa Capitalize the first letter in some log files 2015-10-15 11:03:56 +08:00
eulerzgy
ea86e66fbe Del capatical local packagename for kubeletUtil 2015-10-15 09:58:10 +08:00
Brendan Burns
0c730f4ea7 update 2015-10-14 18:22:19 -07:00
Janet Kuo
33b9235312 Better error handling for watching a list of resources specified in a file 2015-10-14 16:38:03 -07:00
Daniel Smith
57c6dd93ea Switch type; add comments & disclaimer 2015-10-14 16:18:56 -07:00
Daniel Smith
4bdb1259a7 fix delta fifo & various fakes for go1.5.1 2015-10-14 16:07:46 -07:00
Brendan Burns
947a558320 Dynamically enable controllers based on what resources the server has.
Dynamically delete namespaces based on what resources the server has.
2015-10-14 15:53:19 -07:00
Brendan Burns
5afbf578b0 Add a method for getting supported resources on a server 2015-10-14 15:51:26 -07:00
Janet Kuo
c2eef6b3d6 Use default www-prefix when proxy in test-cmd and fix some related bugs 2015-10-14 15:49:52 -07:00
Janet Kuo
f47c2be539 Change kubectl proxy --api-prefix default to allow /apis/ 2015-10-14 15:49:52 -07:00
Tim Hockin
2f4c3035be Change to alpha/beta for bandwidth annotations 2015-10-14 15:33:19 -07:00
Tim Hockin
0bf5bfff5d update docs on experimental annotations 2015-10-14 15:31:37 -07:00
Tim Hockin
4a2e64d3eb Add beta annotation for kube-proxy 2015-10-14 15:31:37 -07:00
Prashanth Balasubramanian
5ab8d1e9ba Ingress scrub 2015-10-14 14:24:25 -07:00
Brian Grant
8b9351c974 Clarify what belongs in examples vs. docs. 2015-10-14 20:10:52 +00:00
Yifan Gu
0a81443056 kubelet/rkt: fetch journal logs in json format.
This enables more fine-grained control over the things we want to
output. Also by closing the stdout/stderr of the journalctl process
when user hits `Ctrl-C` after `kubectl logs $POD -f`, this enables
the journalctl process to exit.
2015-10-14 12:02:52 -07:00
Piotr Szczesniak
e67be99995 Disabled flaky Initial Resources e2e test 2015-10-14 20:47:07 +02:00
derekwaynecarr
eae56c3b2d Add status subresource to Ingress 2015-10-14 14:36:29 -04:00
Chao Xu
d0d260fd03 let kubectl annotate use patch instead of replace 2015-10-14 11:14:02 -07:00
Mike Danese
94f793d10b use correct function to validate daemonset name 2015-10-14 10:41:08 -07:00
Huamin Chen
76df88f68b iscsi: make portal builder testable
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-10-14 13:30:30 -04:00
feihujiang
f3673b8f31 Hide deprecated shorthand in man page 2015-10-15 01:29:13 +08:00
deads2k
f0aa606632 refactor kubectl logs to be composeable 2015-10-14 13:22:59 -04:00
Isaac Hollander McCreery
60c316b54a Upgrades and upgrade tests take versions of the form release/stable instead of stable_release:
- Refactor common and gce/upgrade.sh to use arbitrary published releases
- Update hack/get-build to use cluster/common code
- Use hack/get-build.sh in cluster upgrade test logic
2015-10-14 10:16:21 -07:00
Isaac Hollander McCreery
b9c7cf43b2 Merge pull request #15422 from ihmccreery/branched-ci-builds
Branched CI builds for building release candidates
2015-10-14 09:53:09 -07:00
Eric Tune
ca6c950b89 Doc: apigroups, alpha, beta, experimental/v1alpha1 2015-10-14 09:06:05 -07:00
k8s-merge-robot
11c735cefa Merge pull request #15581 from JanetKuo/remove-sorting-printer-debug-message
Auto commit by PR queue bot
2015-10-14 09:02:32 -07:00
k8s-merge-robot
6a4b76f34c Merge pull request #15623 from wojtek-t/always_delete_namespace
Auto commit by PR queue bot
2015-10-14 08:35:24 -07:00
Marek Grabowski
05aecec0bd Merge pull request #15626 from gmarek/fix-jenkins
Bash FTW - fix for run-e2e-tests.sh
2015-10-14 17:24:37 +02:00
gmarek
0574e0e21f Bash FTW - fix for run-e2e-tests.sh 2015-10-14 17:20:49 +02:00
k8s-merge-robot
979ca2b3fe Merge pull request #15614 from wojtek-t/cleanup_integration_utils
Auto commit by PR queue bot
2015-10-14 07:35:37 -07:00
Dr. Stefan Schimanski
651f02aec2 Add unit tests for first empty SET 2015-10-14 16:35:25 +02:00
k8s-merge-robot
7e0e102b15 Merge pull request #15619 from wojtek-t/avoid_unnecessary_copies
Auto commit by PR queue bot
2015-10-14 07:32:29 -07:00
Huamin Chen
69a1f33dd5 iscsi: format disk if no filesystem is found
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-10-14 10:30:04 -04:00