- 04 Feb, 2015 32 commits
-
-
Brendan Burns authored
pull more complete information from request
-
Brian Grant authored
Migrate API defaulting to a centralized location
-
Tim Hockin authored
contrib/podex: update README
-
Johan Euphrosine authored
-
Johan Euphrosine authored
update usage
-
Alex Robinson authored
Update README.md
-
Alex Robinson authored
Add an example of how to attach labels to nodes and use nodeSelectors so...
-
Alex Robinson authored
Add an example of how to attach labels to nodes and use nodeSelectors so that pods can be scheduled on specific nodes.
-
deads2k authored
-
deads2k authored
-
deads2k authored
-
Brian Grant authored
Availability and multi-cluster documentation.
-
Brendan Burns authored
Contrib: add an example for running rethinkdb cluster on k8s
-
Tim Hockin authored
Reenable TestClusterDNS on GKE now that 0.9.2 is default
-
Zach Loafman authored
-
Brendan Burns authored
Get rid of ServiceSpec.ProxyPort
-
Brendan Burns authored
Rewrite "Location" header in apiserver proxy.
-
Jeff Lowdermilk authored
remove --ns-path option from .kubeconfig file
-
Zach Loafman authored
Fix goe2e.sh (I hope)
-
Brendan Burns authored
-
Tim Hockin authored
As far as I know, nobody uses it. It was replaced by PublicIPs. If I were being very polite I would leave it in internal, but since I am 99.99% sure nobody uses it, I am cutting it. Let's argue about it.
-
Brendan Burns authored
-
Brendan Burns authored
-
Brendan Burns authored
Fix the broken links in the labels and access design docs.
-
Antmanler authored
-
Zach Loafman authored
Fix get-password for gce
-
Jeff Lowdermilk authored
-
Satnam Singh authored
Parameterize ENABLE_{NODE,CLUSTER}_{LOGGING,MONITORING} and LOGGING_DESTINATION -
Zach Loafman authored
In config-{default,test.sh}. This will make it possible for e.g. Jenkins to override LOGGING_DESTINATION. Also reorder the parameters so they're in the same order across files for easier scanning. -
Brian Grant authored
Lower case node names before registering
-
Tim Hockin authored
Fix a race in kube-proxy causing runaways
-
Tim Hockin authored
It was an ABA problem where the proxy loop might see its own service as "existing" when it had been destroyed and recreated (as in an update). To prove this I added a counter of running ProxyLoop goroutines and check that in tests. If I undo my main change, the tests fail. This makes the proxier_test significantly slower (3 seconds vs 0.5 seconds). Sorry.
-
- 03 Feb, 2015 8 commits
-
-
Brian Grant authored
Moving /watch, /proxy and /redirect registrations to go-restful
-
nikhiljindal authored
-
Anthony Yeh authored
So that redirects work correctly.
-
Deyuan Deng authored
-
Alex Robinson authored
-
Zach Loafman authored
Clean out dead docker containers and docker images every Jenkins build
-
Zach Loafman authored
Fix the build (better)
-
Brendan Burns authored
Use kubectl to manage config for gce clusters
-