Dawn Chen
7c66ebe2e0
Merge pull request #2985 from lavalamp/fix4
...
fix godep instructions
2014-12-17 13:52:18 -08:00
bgrant0607
3f22854e77
Merge pull request #2999 from dchen1107/podstatus
...
Determine PodStatus based on ContainerStatus and RestartPolicy
2014-12-17 13:51:41 -08:00
Joe Beda
fec6b887dd
Merge pull request #2955 from jbeda/vagrant-docker-extra
...
Rework vagrant cluster set up.
2014-12-17 13:23:10 -08:00
Joe Beda
428aeacf6d
Rework vagrant cluster set up.
...
* Have a single config file that mirrors other cluster providers
* Warn users not to use 'vagrant up' directly
* Allow 'extra' parameters to the docker daemon. Fixes #2685
* Renumbers things so that they are more sane. Master/minions are 10.245.1.x, container subnets are 10.246.x.1/24, portal is 10.247.0.0/16
2014-12-17 13:23:39 -08:00
Dawn Chen
deafd90280
PodStatus
2014-12-17 11:39:09 -08:00
Clayton Coleman
ff305003f0
Merge pull request #2751 from sdminonne/delete_by_labels
...
kubectl delete command: adding labelSelector
2014-12-17 14:16:45 -05:00
Salvatore Dario MINONNE
61ac2f7437
kubectl delete command: adding labelSelector
...
Add a Visitor pattern on top of ResourcesFromArgs
Allows ResourcesFromArgs to return an opaque list of items and have client
commands react to them.
Change request.go to return apiserver errors for arbitrary status codes to
better respond to generic actions that don't make sense (kubectl delete operations foo)
2014-12-17 18:15:03 +00:00
Daniel Smith
7a0892dad8
Merge pull request #2993 from zmerlynn/taptimes
...
Add test timing to TAP output
2014-12-16 17:37:56 -08:00
Daniel Smith
8e33229792
Merge pull request #2991 from dchen1107/newdocker
...
Move salt based clusters to Docker 1.4.1
2014-12-16 16:57:31 -08:00
Zach Loafman
c25229937c
Add test timing to TAP output in hack/e2e.go
...
Found this buried at https://issues.jenkins-ci.org/browse/JENKINS-16647
2014-12-16 16:54:45 -08:00
Filipe Brandenburger
da4967fe38
Merge pull request #2988 from jbeda/yaml-quote
...
Quote strings in bash populated YAML files.
2014-12-16 16:26:22 -08:00
Joe Beda
2fc02cb06a
Quote strings in bash populated YAML files.
...
Quoting is hard. When writing strings into YAML files, wrap them in single quotes. Also escape any embedded single quotes in those strings via a double signle quote ('').
2014-12-16 16:13:46 -08:00
Dawn Chen
c053ec63c5
Move salt based clusters to Docker 1.4.1
2014-12-16 15:54:26 -08:00
Daniel Smith
c7d761f0f7
fix godep instructions
2014-12-16 15:52:53 -08:00
Joe Beda
93ed9173e3
Merge pull request #2781 from commonlisp/master
...
simplify util.ErrorList by eliminating errorListInternal
2014-12-16 15:43:55 -08:00
Joe Beda
940e5ed34c
Merge pull request #2929 from resouer/harry-fix-box
...
Add kuber box location env to make it faster.
2014-12-16 15:42:24 -08:00
Dawn Chen
ec9e6fb87a
Merge pull request #2987 from lavalamp/fix6
...
fix Godeps.json; upgrade context, html, and websocket packages
2014-12-16 15:30:19 -08:00
Daniel Smith
f27bfc52ce
fix Godeps.json; upgrade context, html, and websocket packages
2014-12-16 15:15:36 -08:00
Brendan Burns
bb28949291
Merge pull request #2831 from jdef/unit_test_for_2815
...
unit test for #2815 , as requested by @brendandburns
2014-12-16 15:08:41 -08:00
Jeff Lowdermilk
c2fa72d6ba
Merge pull request #2986 from jbeda/docker-default-fix
...
Make the test for the 'docker_opts' grain more robust.
2014-12-16 15:04:16 -08:00
bgrant0607
003ba68e4c
Merge pull request #2978 from brendandburns/exec
...
Add an e2e test for exec liveness probes. Fix the docker exec integration
2014-12-16 14:53:21 -08:00
Joe Beda
911a437c1b
Make the test for the 'docker_opts' grain more robust.
...
Fixes #2982
2014-12-16 14:26:36 -08:00
bgrant0607
8ba169f6a4
Merge pull request #2983 from jbeda/local-clarify
...
Make it clearer how to run kubectl after bringing up a local cluster.
2014-12-16 14:24:06 -08:00
Joe Beda
e933ac5784
Make it clearer how to run kubectl after bringing up a local cluster.
...
Fixes #2935 .
2014-12-16 14:21:22 -08:00
Brendan Burns
3a0d16ff35
Add an e2e test for exec liveness probes. Fix the docker exec integration.
2014-12-16 13:53:32 -08:00
bgrant0607
56ee66831b
Merge pull request #2979 from brendandburns/e2e
...
Wait for not pending, not for running.
2014-12-16 13:49:49 -08:00
Brendan Burns
12803c1a0e
Merge pull request #2944 from deads2k/deads-make-monitoring.sh-run
...
make e2e/monitor.sh work outside gce
2014-12-16 13:28:49 -08:00
Brendan Burns
d2ff21d3d5
Wait for not pending, not for running.
...
When failures occur, we go to 'Terminated' which can cause
indefinite blocking.
2014-12-16 13:27:34 -08:00
Brendan Burns
58ba3c7faa
Merge pull request #2976 from dchen1107/newdocker
...
Move salt based clusters to Docker 1.4.0
2014-12-16 12:14:54 -08:00
deads2k
8313e5d9bf
make e2e/monitor.sh work outside gce
2014-12-16 15:01:16 -05:00
Dawn Chen
04b136a7db
Move salt based clusters to Docker 1.4.0
2014-12-16 11:58:45 -08:00
Daniel Smith
e62280d84a
Merge pull request #2957 from brendandburns/e2e
...
Add an e2e test for http liveness.
2014-12-16 11:42:33 -08:00
Brendan Burns
f1b55c04e2
Add an e2e test for http liveness.
2014-12-16 11:38:52 -08:00
Clayton Coleman
eb0f32bf0f
Merge pull request #2911 from smarterclayton/event_field_should_be_condition
...
Rename Event.Status to Event.Condition to match v1beta3 agreement
2014-12-16 14:28:18 -05:00
Daniel Smith
36aeef009d
Merge pull request #2964 from deads2k/deads-typo
...
typo in authorization.md
2014-12-16 10:22:10 -08:00
Joe Beda
52e165a4fd
Merge pull request #2954 from brendandburns/rev7
...
Release v0.7.0
2014-12-16 09:25:26 -08:00
Clayton Coleman
9868587568
Merge pull request #2966 from eparis/fedora-guide-fqdn
...
fedora guide: include http in the --master statement
2014-12-16 10:47:23 -05:00
Eric Paris
4c00228ca7
fedora guide: include http in the --master statement
...
otherwise you end up with:
unsupported protocol scheme "fqdn.example.com"
2014-12-16 10:44:32 -05:00
Clayton Coleman
4760b287f9
Merge pull request #2956 from ddysher/fix-magic-number
...
Use constant for port number
2014-12-16 09:44:15 -05:00
Clayton Coleman
88715cc6ef
Rename Event.Status to Event.Condition to match v1beta3 agreement
...
Question - should this be a phase? Seems like no, since phase implies
defined lifecycle and this field is explicitly not defined.
2014-12-16 09:43:10 -05:00
deads2k
d163092c2e
typo in authorization.md
2014-12-16 09:21:09 -05:00
Clayton Coleman
61e8baeef9
Merge pull request #2662 from ddysher/node-watch
...
Enable watch on node labels.
2014-12-16 09:17:43 -05:00
Deyuan Deng
3f84924095
Use constant for port number
2014-12-16 11:45:27 +08:00
Daniel Smith
0fd1ed2ba9
Merge pull request #2720 from brendandburns/tap
...
Add support for TAP (test anything protocol) output
2014-12-15 18:29:04 -08:00
Daniel Smith
6902f6ab21
Merge pull request #2844 from brendandburns/fix
...
Handle a missing apiserver flag better.
2014-12-15 17:25:09 -08:00
Brendan Burns
feb80f0c52
Kubernetes version v0.7.0-dev
2014-12-15 16:57:39 -08:00
Brendan Burns
ad44234f71
Kubernetes version v0.7.0
2014-12-15 16:57:39 -08:00
Daniel Smith
5b15d3a1ea
Merge pull request #2829 from a-robinson/upgrade
...
Make it easy to use the e2e tests to test upgrading a running master
2014-12-15 16:56:19 -08:00
Joe Beda
308b078ee7
Merge pull request #2857 from jainvipin/master
...
ubuntu getting started guide
2014-12-15 16:13:25 -08:00
bgrant0607
f621a05d74
Merge pull request #2945 from smarterclayton/support_optional_swagger
...
Make Swagger API support optional, so that consumers can define their own
2014-12-15 16:13:13 -08:00