- 17 Apr, 2015 9 commits
-
-
Victor HU authored
minor change in log message and log level
-
Robert Bailey authored
Revert "Move KUBECONFIG into common.sh, change default to new location"
-
Robert Bailey authored
-
Robert Bailey authored
Move KUBECONFIG into common.sh, change default to new location
-
Jeff Lowdermilk authored
-
Robert Bailey authored
Use the standard podStartTimeout in services e2e test
-
Robert Bailey authored
Update Gingko to latest HEAD release and revert hack to handle SIGTERM in e2e tests
-
Alex Robinson authored
pod to be reachable behind an external load balancer. I observed occasional timeouts when testing locally, and upon investigation of one particular instance, found that it was just because the pod wasn't up and running yet. I've changed the test to wait as long as all other tests do. Also fix an unrelated error message.
-
Daniel Smith authored
Improve error message when name is omitted but generateName is available
-
- 16 Apr, 2015 31 commits
-
-
Jeff Grafton authored
-
Daniel Smith authored
Update docs. Add design principles.
-
Jeff Grafton authored
-
Dawn Chen authored
Remove an unused function in the kubelet code.
-
Brian Grant authored
Registering a serviceErrorHandler with go-restful to always return JSON responses
-
Robert Bailey authored
-
Clayton Coleman authored
Add URL parameters to proxy redirect Location header
-
Zach Loafman authored
Replace obsolete tests option
-
Brian Grant authored
# *** ERROR: *** docs are out of sync between cli and markdown # run hack/run-gendocs.sh > docs/kubectl.md to regenerate # # Your commit will be aborted unless you regenerate docs. COMMIT_BLOCKED_ON_GENDOCS -
nikhiljindal authored
-
Cesar Wong authored
When a URL that doesn't end in "/" is sent to the API proxy, the proxy responds with a redirect to the URL with a "/" at the end. The problem is that this redirect path does not include query parameters that were passed in the original request. This is a fix to that issue.
-
Eric Tune authored
Update getting started support matrix.
-
Jeff Lowdermilk authored
change kubeconfig loading chain
-
Eric Tune authored
Fixed error in Mesos getting started guide.
-
Eric Tune authored
Create complete parent dir structure when saving config to file
-
Alex Robinson authored
Stop using dockerfile/* images
-
Eric Tune authored
Docker requires a minimum amount of memory for container
-
Connor Doyle authored
The instructions previously advised that the Kubernetes-Mesos executor will not start up a proxy instance on each minion, but this is incorrect. Changed the wording to indicate that the proxy only needs to be started manually on the master.
-
Eric Tune authored
Continue after failed unit test
-
Robert Bailey authored
Fix build/mark-stable-release mktemp
-
Eric Tune authored
Escape integration test codes from unit tests
-
Eric Tune authored
Correct typo in azure.md
-
Zach Loafman authored
-
Robert Bailey authored
Disable guestbook test for non-gce|gke due to "createExternalLoadBalancer": true
-
Tim Hockin authored
As per http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/ docker has stopped answering dockerfile/redis and dockerfile/nginx. Fix all users in our tree. Sadly this means a lot of published examples are now broken.
-
Dawn Chen authored
Fix data race in kubelet_test.go
-
Quinton Hoole authored
Make client service requests use the default timeout now that external load balancers are created asynchronously
-
Ahmet Alp Balkan authored
-
Yu-Ju Hong authored
Ensure that FakeDockerClient make a copy of the internal list and return it.
-
Robert Bailey authored
Update link to Borg paper.
-
Quinton Hoole authored
Fix a broken fmt.Errorf in the services e2e test
-