- 18 Dec, 2014 12 commits
-
-
Jernej Kos authored
-
Brendan Burns authored
Fixed position of NUM_MINIONS example
-
Brendan Burns authored
suppress unnecessary stacktrace when http status code is redirect relate...
-
Ian Lewis authored
-
Brendan Burns authored
add SessionAffinity type to ServiceSpec
-
Brendan Burns authored
Fix duration_ms output to seconds (_ms obviously means measure-in-second...
-
Dawn Chen authored
-
Daniel Smith authored
Remove HTTP Server support for pushing pods onto the kubelet.
-
Daniel Smith authored
v1beta1 should return Minion as kind, rather than Node
-
Brendan Burns authored
-
Clayton Coleman authored
This changes the internal name logic (for conversion) to prefer the internal registered preferred name for a resource, and then makes v1beta1 and v1beta2 prefer Minion. Fixes #3010
-
Dawn Chen authored
Track the sources that the kubelet has seen
-
- 17 Dec, 2014 17 commits
-
-
Joe Beda authored
Add kubernetes-test.tar.gz
-
Zach Loafman authored
Add test artifacts to the build. This lets you do: tar -xzf kubernetes.tar.gz tar -xzf kubernetes-test.tar.gz cd kubernetes go run ./hack/e2e.go -up -test -down without having a git checkout.
-
Dawn Chen authored
fix godep instructions
-
bgrant0607 authored
Determine PodStatus based on ContainerStatus and RestartPolicy
-
Joe Beda authored
Rework vagrant cluster set up.
-
Joe Beda authored
* 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
-
Brendan Burns authored
when every source has been seen at least once.
-
Mike Foley authored
- changed CLIENT-IP and NONE to be ClientIP and None respectively - updated conversions to support translating between api versions. - updated validations to validate session affinity type if specified.
-
Dawn Chen authored
-
Clayton Coleman authored
kubectl delete command: adding labelSelector
-
Salvatore Dario MINONNE authored
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)
-
Zach Loafman authored
-
Daniel Smith authored
Add test timing to TAP output
-
Daniel Smith authored
Move salt based clusters to Docker 1.4.1
-
Zach Loafman authored
Found this buried at https://issues.jenkins-ci.org/browse/JENKINS-16647
-
Filipe Brandenburger authored
Quote strings in bash populated YAML files.
-
Joe Beda authored
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 ('').
-
- 16 Dec, 2014 11 commits
-
-
Dawn Chen authored
-
Daniel Smith authored
-
Joe Beda authored
simplify util.ErrorList by eliminating errorListInternal
-
Joe Beda authored
Add kuber box location env to make it faster.
-
Dawn Chen authored
fix Godeps.json; upgrade context, html, and websocket packages
-
Daniel Smith authored
-
Brendan Burns authored
unit test for #2815, as requested by @brendandburns
-
Jeff Lowdermilk authored
Make the test for the 'docker_opts' grain more robust.
-
bgrant0607 authored
Add an e2e test for exec liveness probes. Fix the docker exec integration
-
Joe Beda authored
Fixes #2982
-
bgrant0607 authored
Make it clearer how to run kubectl after bringing up a local cluster.
-