Commit Graph

4185 Commits (904d0d46c3f4d822d1dd66d6afac24a85769f944)

Author SHA1 Message Date
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
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
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
Joe Beda 244d55b0dd Merge pull request #2866 from brendandburns/build
Switch to the new home for go cover.
2014-12-11 11:20:31 -08:00
Daniel Smith 4172c2ec9e Merge pull request #2819 from ghodss/upgrade-ghodss-yaml
Upgrade ghodss/yaml, fixes #2763
2014-12-11 10:39:57 -08:00
bgrant0607 ecbb6c45d0 Merge pull request #2315 from ddysher/node-status
Add node status to API object.
2014-12-11 10:19:17 -08:00
Brendan Burns 3ebaa3c81c Switch to the new home for go cover. 2014-12-11 10:12:17 -08:00
bgrant0607 222c819800 Merge pull request #2855 from brendandburns/validatez
Turn on node level validation, and make the validation set dynamic.
2014-12-11 09:56:47 -08:00
bgrant0607 2232a29af7 Merge pull request #2833 from liggitt/util_time
Use util.Time consistently in types.go
2014-12-11 09:17:50 -08:00
bgrant0607 f85c900677 Merge pull request #2859 from mikedanese/node-doc
Fixed node.md doc
2014-12-11 09:03:57 -08:00
bgrant0607 f58ed75eee Merge pull request #2854 from brendandburns/e2e
Improve the pd e2e test
2014-12-11 08:59:41 -08:00
bgrant0607 473376b085 Merge pull request #2820 from ravigadde/master
MountPath in VolumeMount is a required field. Removing the omitempty.
2014-12-11 08:55:40 -08:00
deads2k fa900e5d67 require names for gets 2014-12-11 11:21:40 -05:00
Jordan Liggitt 51bfb50698 Use util.Time consistently in types.go 2014-12-11 11:14:25 -05:00
bgrant0607 a299287ae8 Merge pull request #2832 from jlowdermilk/update-demo
Fix update-demo to work correctly with a web browser.
2014-12-11 08:09:42 -08:00
bgrant0607 09a160e27a Merge pull request #2845 from brendandburns/proxy
Return an error if a user attempts to create an externalized UDP balancer
2014-12-11 08:09:09 -08:00
bgrant0607 d8ffb862eb Merge pull request #2850 from jbeda/nginx-ssl
remove SSLv3 support in nginx config
2014-12-11 08:08:59 -08:00
bgrant0607 d8f03ffb46 Merge pull request #2851 from jlowdermilk/examples
Update guestbook,walkthrough examples to use kubectl instead of kubecfg.
2014-12-11 08:08:28 -08:00
Deyuan Deng 0332c8d4d1 Add node status to API object (all versions). 2014-12-11 08:12:27 -05:00