Commit Graph

4352 Commits

Author SHA1 Message Date
Clayton Coleman
b1b255f90a Prevent infinite loop in apiserver errorJSON 2014-12-12 18:23:17 -05:00
Clayton Coleman
7d2a64b2a8 test-cmd should test all api versions 2014-12-12 18:23:17 -05:00
Daniel Smith
77064e2891 Merge pull request #2914 from GoogleCloudPlatform/revert-2866-build
Revert "Switch to the new home for go cover."
2014-12-12 15:17:35 -08:00
Dawn Chen
d70160de1c Revert "Switch to the new home for go cover." 2014-12-12 15:16:26 -08:00
Clayton Coleman
a636e44e3d Add a side-by-side diff option for verbose output
Make regular diff better by eliding pointer values
2014-12-12 18:14:46 -05:00
Clayton Coleman
d6d87e1e3b Status should be a ListMeta, not ObjectMeta internally 2014-12-12 18:08:41 -05:00
Clayton Coleman
eb906f2993 PodStatus Message needs to be round-trippable 2014-12-12 18:08:41 -05:00
Clayton Coleman
904d0d46c3 Rename ServerOp to Operation in v1beta3 and internal
Add the appropriate rename logic internally.
2014-12-12 18:08:41 -05:00
Filipe Brandenburger
d762dc46e9 Merge pull request #2816 from satnam6502/robust
Make multiple attempts to sanity check (GCE) and validate (ALL) cluster
2014-12-12 14:26:07 -08:00
Brian Grant
9b539262a8 Count only non-dead pods in replicationController current state replicas count. 2014-12-12 22:23:14 +00:00
Satnam Singh
1ce71d1e33 Make multiple attempts to sanity check (GCE) and validate (ALL) cluster 2014-12-12 13:53:57 -08:00
Joe Beda
38d104b1d8 Merge pull request #2898 from jbeda/docker-1.3.3
Move salt based clusters to Docker 1.3.3
2014-12-12 12:27:59 -08:00
Joe Beda
c9acafc98a Move salt based clusters to Docker 1.3.3
Part of #2896
2014-12-12 12:18:07 -08:00
Brendan Burns
21d3662c2d Add support for TAP (test anything protocol) output 2014-12-12 11:56:13 -08:00
MikeJeffrey
990cb58d82 Create README.md in docs/devel 2014-12-12 11:05:30 -08:00
George Kuan
5e1fc1f4e0 Fixes #1605: make ErrorList introspectable by replacing ErrorList and
ErrorList#ToError with []error and util.SliceToError() respectively
2014-12-12 10:56:31 -08:00
Brendan Burns
771c538932 Merge pull request #2864 from deads2k/deads-tighten-validation-on-bad-gets
tighten validation for client resource gets
2014-12-12 10:34:53 -08:00
Brendan Burns
592095c7ba Merge pull request #2873 from eparis/fedora-guide
Fedora guide updates
2014-12-12 10:27:46 -08:00
Brendan Burns
ad4185ef3a Merge pull request #2891 from rajdeepd/master
Added test case for events Create
2014-12-12 10:25:23 -08:00
bgrant0607
21a1bf24fa Merge pull request #2892 from erictune/delete_whoami
Remove whoami handler.
2014-12-12 09:51:27 -08:00
Tim Hockin
129074671c Merge pull request #2886 from brendandburns/pd2
Fix GCE-PD so that it works even if the PD is attached.
2014-12-12 08:54:22 -08:00
bgrant0607
ef76981e78 Merge pull request #2871 from zulily/kubectl-log-default-container
Modifies kubectl log cmd to not require container arg for single-contain...
2014-12-12 08:25:39 -08:00
Eric Tune
029a9b6400 Remove whoami handler.
This was a temporary thing.  Not aware of anyone using it.
2014-12-11 21:31:06 -08:00
Rajdeep Dua
b5c3e2d619 Added test case for events Create 2014-12-11 20:46:35 -08:00
bgrant0607
7cf0c4d7d7 Merge pull request #2888 from brendandburns/pd3
Only delete attached boot disks, don't delete other attached disks.
2014-12-11 20:15:20 -08:00
Dylan Carney
ba5c18816e Updates kubectl log cmd per PR feedback 2014-12-11 17:44:44 -08:00
Clayton Coleman
c5ba95ee26 Add Type() method on flags for compat with pflag library
Allows our flag objects to be used with both golang flags and pflags
2014-12-11 20:10:54 -05:00
Brendan Burns
9742911697 Only delete attached boot disks, don't delete other attached disks. 2014-12-11 17:09:53 -08:00
Daniel Smith
68450e0c61 Merge pull request #2885 from VojtechVitek/conversion_duplicates
Remove duplicated assignment from API conversion
2014-12-11 16:45:30 -08:00
bgrant0607
a9f9e52c58 Merge pull request #2883 from lavalamp/travis
Add go1.4; fix cover path for real.
2014-12-11 16:45:07 -08:00
Brendan Burns
3da84e1844 Fix GCE-PD so that it works even if the PD is already attached. 2014-12-11 16:41:01 -08:00
Vojtech Vitek (V-Teq)
87263b4380 Remove duplicated assignment from API conversion 2014-12-12 01:37:15 +01:00
Daniel Smith
aca3a96246 Add go1.4; fix cover path for real. 2014-12-11 16:11:04 -08:00
Filipe Brandenburger
45dbf16be7 Merge pull request #2803 from satnam6502/cluster
Make kube-down more robust for GCE provider
2014-12-11 15:39:22 -08:00
Brendan Burns
7857299727 Merge pull request #2800 from zmerlynn/e2e.times
Add --times to e2e.go
2014-12-11 15:15:13 -08:00
Satnam Singh
d0eeebaa66 Make kube-down more robust for GCE provider 2014-12-11 14:47:38 -08:00
bgrant0607
7b221e8497 Merge pull request #2879 from a-robinson/fluentd-pr
Mention Fluentd in the logging doc, as originally requested by Kiyoto in
2014-12-11 14:47:05 -08:00
Alex Robinson
55709e3463 Mention Fluentd in the logging doc, as originally requested by Kiyoto in
PR 2727.
2014-12-11 14:29:52 -08:00
Brendan Burns
6e397cfe31 Merge pull request #2870 from zulily/fix-rackspace-cloud-files-url
Fixes malformed OBJECT_URL in rackspace setup script
2014-12-11 13:18:26 -08:00
Eric Paris
47177c98e6 Remove a bunch of boilerplate and testing/poking as you go 2014-12-11 16:15:51 -05:00
Eric Paris
c489c3018c Stop telling people how to launch a pod. That's what 101 is for. 2014-12-11 16:15:47 -05:00
Eric Paris
820ce26d84 make kubelet listen on 0.0.0.0 in the fedora guide
Listenging on the hostname is just straight up broken
2014-12-11 16:15:47 -05:00
bgrant0607
7eef5686ec Merge pull request #2869 from brendandburns/salt
Actually set repository QPS in the kubelet.
2014-12-11 13:14:45 -08:00
Steve Reed
4c312caeb0 Fixes the minion yaml as well 2014-12-11 13:01:05 -08:00
Brendan Burns
1dcb025559 Handle PD already being attached to the machine. 2014-12-11 13:00:26 -08:00
Dylan Carney
3f88f27d7b Modifies kubectl log cmd to not require container arg for single-container pods (for #2847) 2014-12-11 12:32:18 -08:00
Zach Loafman
43addc7202 Add Test Anything Protocol (TAP) output to e2e.go
Adds a --tap option to change outputs to match the TAP format. Changes
pass/fail in general to "ok" / "not ok".
2014-12-11 12:20:38 -08:00
Zach Loafman
369064c69f Add --times to e2e.go
Make each test available for execution --times times. Acts like a
multi-deck shoe. (Otherwise this is easily scriptable outside the
e2e.go command).

Useful for "I want to walk away for a few hours leaving some end-to-ends
running", until we have more stress tests. Also useful for detecting
flakes.

Reporting is changed to break out Passed, Flaky and Failed. I chose to
keep all three lines even if --times isn't on, just for consistency in
scraping. Similarly, it always outputs the counts now. A report looks
like:

2014/12/09 07:31:21 Passed tests: goe2e.sh[100/100] guestbook.sh[100/100] private.sh[100/100] services.sh[100/100]
2014/12/09 07:31:21 Flaky tests: basic.sh[99/100] certs.sh[99/100] monitoring.sh[98/100] pd.sh[98/100] update.sh[98/100]
2014/12/09 07:31:21 Failed tests:
2014/12/09 07:31:21 8 test(s) failed.
2014-12-11 12:18:56 -08:00
Steve Reed
d4f71b7d4a Fixes malformed OBJECT_URL in rackspace setup script 2014-12-11 12:18:45 -08:00
Brendan Burns
149881e13e Actually set repository QPS in the kubelet. 2014-12-11 12:06:40 -08:00