- 23 Apr, 2015 22 commits
-
-
David Oppenheimer authored
Suggest a simple rolling update.
-
Derek Carr authored
V2: Fix vagrant setup broken by commit 7475efbc.
-
Victor Marmol authored
Introduce container ID type.
-
Victor Marmol authored
kubelet: Introduce volume manager.
-
Yifan Gu authored
-
Yifan Gu authored
The volume manager book-keeps the information for the volume mounts on the kubelet, so we can avoid passing the volumeMap around.
-
Dawn Chen authored
Propagate pod and container name for log files
-
Dawn Chen authored
Add RunInContainer/ExecInContainer to container Runtime API.
-
Fabio Yeon authored
Fixes port_forward unit tests which fails on machine which ::1 does not resolve to localhost
-
Robert Bailey authored
Add .yml to the list of recognized file extensions
-
Mark Maglana authored
-
Quinton Hoole authored
E2E: Add a --namespace hint which tests can choose to honor, and implement...
-
Filip Grzadkowski authored
Verify conversion results
-
Jan Safranek authored
- 'local' can be used only inside bash functions - s/KNOWN_TOKENS_FILE/known_tokens_file
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
Wait for minion to start even if gcloud command fails.
-
Fabio Yeon authored
Revert "Change kube2sky to use token-system-dns secret, point at https e...
-
Victor Marmol authored
-
Fabio Yeon authored
-
Nikhil Jindal authored
Update Kibana pod to speak to Elasticsearch using v1beta3
-
Satnam Singh authored
-
Prashanth B authored
Fix pod filtering in replication controller
-
- 22 Apr, 2015 18 commits
-
-
Yu-Ju Hong authored
-
Fabio Yeon authored
Fix the restart-apiserver command for GCE/GKE.
-
Brian Grant authored
Fix condition tags
-
Robert Bailey authored
-
Satnam Singh authored
Create a Docker image for use as a sidecar log collector that sends logs to Google Cloud Logging
-
Satnam Singh authored
-
Dawn Chen authored
removed elasticsearch and fluentd-gcp pods from master
-
Daniel Smith authored
Add checking of events after all pods started to verify no failures in
-
Fabio Yeon authored
Swallow the output from the test ssh connections so that it doesn't interfere with string comparison.
-
Robert Bailey authored
doesn't interfere with string comparison.
-
CJ Cullen authored
AWS: Set hostname_override for minions, back to fully-qualified name
-
Alex Robinson authored
as the image components. It doesn't really belong under examples/ since it's so specific to GCE/GKE.
-
Alex Robinson authored
to Google Cloud Logging.
-
Zach Loafman authored
Salt reconfiguration to get rid of nginx on GCE
-
Deyuan Deng authored
-
Victor Marmol authored
kubelet/dockertools: Remove dockerContainerCommandRunner.
-
Akram Ben Aissi authored
- When 'getent hosts localhost' returns '::1' the creation of the listener fails because of the port parsing which uses ":" as a separator - Use of net.SplitHostPort() to do the job - Adding unit tests to ensure that the creation succeeds - On docker.go: adds a test on the presence the socat command which was failing silenty if not installed - Code Review 1 - Fixed typo on Expected - The UT now fails if the PortForwarder could not be created - Code Review 2 - Simplify socat error message - Changing t.Fatal to to.Error on unit tests - Code Review 3 - Removing useless uses cases in unit tests - Code Review 4 - Removing useless initiliasiation of PortForwarder - Changing error message - Code Review 5 - Simplifying TestCast struct - Adding addition test in one test case - Closing the listener - Code Review 6 - Improving unit test
-
Abhishek Shah authored
-