- 29 Jun, 2015 28 commits
-
-
Alex Robinson authored
add unit test for allocator
-
Alex Robinson authored
iscsi plugin: print error messages not just exit status.
-
Alex Robinson authored
Link to docs/secret.md and kubectl describe in examples/secrets
-
Alex Robinson authored
Unittest for #9762
-
Alex Robinson authored
Update man page info for advanced kubelet features i.e. config/bootst…
-
Alex Robinson authored
Don't block etcd client
-
jayunit100 authored
-
Alex Robinson authored
Update the addons test so it doesn't try to create clients on providers aren
-
Alex Robinson authored
Update of the mesos.md getting started guide
-
Alex Robinson authored
Example for policy config file for scheduler
-
Alex Robinson authored
Remove some dead code
-
Alex Robinson authored
add description to timeout messages
-
Alex Robinson authored
bump heapster addon version to use inClusterConfig
-
Alex Robinson authored
Hint for running kubectl proxy in examples/update-demo + updated outputs
-
Alex Robinson authored
Add a simple hostport-to-service proxy
-
Alex Robinson authored
Kubelet doesn't fight apiserver for cputime on the master.
-
Alex Robinson authored
Revert "Remove raw binaries from distro that are already included in …
-
Alex Robinson authored
Update Web UI Bar Gauge Graphs
-
Alex Robinson authored
fix typos: wating should be waiting
-
Alex Robinson authored
Updated kubectl output for examples/liveness
-
Alex Robinson authored
Fix typos and minor grammar
-
Sami Wagiaalla authored
Signed-off-by:Sami Wagiaalla <swagiaal@redhat.com>
-
Marcin Wielgus authored
-
Wojciech Tyczynski authored
Add a link to the downward api in the downward example
-
Wojciech Tyczynski authored
Issue-10373
-
Marek Biskup authored
-
Tim Hockin authored
-
Prashanth Balasubramanian authored
-
- 28 Jun, 2015 5 commits
-
-
Tim Hockin authored
-
Dr. Stefan Schimanski authored
-
Shlomi Zadok authored
-
Marcin Wielgus authored
-
Marcin Wielgus authored
-
- 27 Jun, 2015 7 commits
-
-
Marcin Wielgus authored
-
Robert Bailey authored
Fix AWS options doc
-
Tim Hockin authored
Example: a pod like the below should proxy port 53 TCP and UDP to the main DNS service. ``` apiVersion: v1 kind: Pod metadata: name: localhost-dns-proxy spec: containers: - name: proxy-udp image: gcr.io/google_containers/proxy-to-service:v1 args: [ "udp", "53", "kube-dns.default" ] ports: - name: udp protocol: UDP containerPort: 53 hostPort: 53 - name: proxy-tcp image: gcr.io/google_containers/proxy-to-service:v1 args: [ "tcp", "53", "kube-dns.default" ] ports: - name: tcp protocol: TCP containerPort: 53 hostPort: 53 ``` -
Robert Bailey authored
AWS: Use persistent disk on master
-
Robert Bailey authored
Hopefully make NodePort docs clearer
-
Mark S. Petrovic authored
Add a statement to docs/labels.md about the effect of the empty selector on a collection of objects returning all objects in the collection.
-
Robert Bailey authored
Make DNS not need its own token
-