- 29 Jun, 2015 18 commits
-
-
CJ Cullen authored
-
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
-
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 3 commits
-
-
Tim Hockin authored
-
Shlomi Zadok authored
-
Marcin Wielgus authored
-
- 27 Jun, 2015 12 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
-
Robert Bailey authored
updated kubernetes daemon man docs
-
Robert Bailey authored
Don't make kubelet systemd service depend on Docker
-
Robert Bailey authored
Returning api/errors from event/rest.go
-
Robert Bailey authored
Use runtime.Copier instead of hardcoding api.Scheme
-
Robert Bailey authored
Revert "Set resource limit for both heapster and influxdb container b…
-
- 26 Jun, 2015 7 commits
-
-
Robert Bailey authored
Ansible rework for Kubernetes cluster deployment
-
Dawn Chen authored
-
Mike Danese authored
-
Robert Bailey authored
Replaced GKE/GCE with Google Container Engine/Google Compute Engine
-
BC Broussard authored
- Changed file system abbreviation from 'FS' to Filesystem - Made chart height dynamic and incorporated legend height change into the master code/datafile.go binary - Updated the max colors for the graph - Realigned graph numbers
-
nikhiljindal authored
-
RichieEscarez authored
Fixes #10354
-