Commit Graph

4433 Commits

Author SHA1 Message Date
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
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
Mike Danese
4d85294bd0 fixed resources field 2014-12-10 23:04:33 -08:00
Brendan Burns
59b5546b28 Turn on node level validation, and make the validation set dynamic. 2014-12-10 22:02:45 -08:00
Brendan Burns
a670f833bd Improve the pd e2e test by deleting the pod, and verifying that the PD was unmounted by
recreating the pod.
2014-12-10 20:31:46 -08:00
Brendan Burns
bac915a066 Return an error if a user attempts to create an externalized UDP balancer. 2014-12-10 20:08:03 -08:00
Jeff Lowdermlk
d5bd440bca Update guestbook,walkthrough examples to use kubectl instead of kubecfg. 2014-12-10 17:37:40 -08:00
Joe Beda
5523e0344a Merge pull request #2814 from satnam6502/list
Do not consider an empty string to be an error in list.go
2014-12-10 16:31:18 -08:00
Dawn Chen
5865ab750e Merge pull request #2808 from simon3z/master
api: add container's id to ContainerStatus
2014-12-10 16:30:08 -08:00
Daniel Smith
f81ec248d0 Merge pull request #2786 from smarterclayton/load_opaque_objects
Allow runtime.Object to be encoded as runtime.RawExtension
2014-12-10 16:24:05 -08:00
Joe Beda
89011f26f4 remove SSLv3 support in nginx config 2014-12-10 13:17:02 -08:00
Joe Beda
b7705d25c8 Merge pull request #2827 from liggitt/tlsv1
Bump minimum TLS version from SSLv3 to TLSv1.0
2014-12-10 13:15:29 -08:00