johndmulhausen
822476522a
Merge pull request #135 from mwielgus/custom-metrics
...
Custom Metrics in HPA doc
2016-06-24 00:56:43 -07:00
johndmulhausen
9d48b38629
Merge pull request #149 from colemickens/master
...
azure: document new bring-up
2016-06-24 00:55:22 -07:00
johndmulhausen
ee396b4439
Merge pull request #643 from ericchiang/authorization-rbac-alpha-docs-release-notes
...
docs/admin: document RBAC authorizer
2016-06-24 00:18:35 -07:00
johndmulhausen
d8dfd67900
Merge pull request #688 from StackPointCloud/stackpointio-turn-key-doc-update
...
getting-started-guides update
2016-06-24 00:15:51 -07:00
johndmulhausen
0042e2e101
Merge pull request #679 from smarterclayton/initcontainer
...
Add init container documentation
2016-06-23 16:49:00 -07:00
Vish Kannan
bc6311d1b1
Merge pull request #472 from derekwaynecarr/fix_limits
...
Fix errors in how compute resources are handled
2016-06-23 16:24:20 -07:00
Eric Chiang
c2e4bd9147
docs/admin: document RBAC authorizer
2016-06-23 14:52:09 -07:00
Phillip Wittrock
e6466948c4
Merge pull request #700 from metral/release-1.3
...
add docs for recursive flag usage
2016-06-23 14:29:04 -07:00
johndmulhausen
420906885f
Merge pull request #686 from caesarxuchao/gc-doc
...
Add a doc for the garbage collector
2016-06-23 14:23:25 -07:00
johndmulhausen
b708ffa486
Merge pull request #590 from aveshagarwal/release-1.3-dapi-issues
...
Fix the path to dapi-volume.yaml
2016-06-23 14:21:34 -07:00
Chao Xu
212341002a
add a doc for garbage collector
2016-06-23 11:13:36 -07:00
derekwaynecarr
57abef3e78
Update 1.3 documentation for quota
2016-06-23 10:51:44 -04:00
Dan Bode
b76d25b7c1
Minor changes to volume.md
...
This patch adds additional content
to the description of the hostPath
volume type based on things that I
did not find to be clear from the
documentation.
1. included an example pod definition
in the hostPath description to demonstrate
that `path` is the name of the key to use to
specify the local directory location.
2. documented that any directories created
based on hostPath definitions will only be writable
by root and offers some ways of working around this.
2016-06-23 00:03:10 -07:00
Phillip Wittrock
59059370ee
Merge pull request #716 from pwittrock/templatedd
...
Add more detail to Template docs.
2016-06-22 22:14:50 -07:00
Phillip Wittrock
a643ed6e0d
Add more detail to Template docs.
2016-06-22 22:12:58 -07:00
johndmulhausen
5041656b83
Merge pull request #690 from zoidbergwill/patch-1
...
Stop Downward API docs from linking to themselves
2016-06-22 15:07:23 -07:00
johndmulhausen
de35459a81
Merge pull request #707 from gertipoppel/typos
...
Corrected a link to a dashboard image and the spelling of K8S
2016-06-22 15:06:54 -07:00
johndmulhausen
1ba8204019
Merge pull request #706 from purificant/fix_typo
...
fix typo, change base24 to base64
2016-06-22 15:06:27 -07:00
johndmulhausen
81f85e7486
Update README.md
2016-06-22 13:34:37 -07:00
John Mulhausen
17ffba1ef1
Figured out official image was dog slow, so once again going proprietary
2016-06-22 08:11:35 -07:00
John Mulhausen
5bfeb0697d
Using official github-pages container
2016-06-22 06:36:57 -07:00
Gerti Poppel
fbddf6e208
Corrected a link to a dashboard image and the spelling of K8S
2016-06-22 15:18:24 +02:00
John Mulhausen
a78baafe37
PWD correction
2016-06-22 06:08:19 -07:00
John Mulhausen
2ab411ffd0
New Docker-based authoring instructions
2016-06-22 05:48:00 -07:00
purificant
8539c55fba
fix typo, change base24 to base64
2016-06-22 11:29:52 +01:00
Piotr Bryk
5dd08d3138
Merge pull request #651 from gertipoppel/master
...
Updated dashboard tour
2016-06-22 12:20:23 +02:00
johndmulhausen
64a3ca71f6
Merge pull request #704 from iamnande/master
...
correct misspelling
2016-06-22 03:19:21 -07:00
Nicholas Anderson
90651e731f
cleanup whitespace and correct misspelling (anoter -> another)
2016-06-21 22:43:17 -07:00
Mike Metral
ad3009c822
add docs for recursive flag usage
2016-06-21 10:57:34 -07:00
Phillip Wittrock
12e38108d8
Merge pull request #692 from dlorenc/master
...
Add minikube page to Creating a Cluster section.
2016-06-20 17:17:02 -07:00
Cole Mickens
55cc4d09f9
document workaround for lack of TTY when piping into bash
2016-06-20 15:32:13 -07:00
Dan Lorenc
7fd579d2ac
Add minikube page to Getting Started section.
2016-06-20 15:01:08 -07:00
Rodrigo Campos
6f26a1dcd5
Document all node conditions in k8s 1.2
2016-06-20 17:26:30 -03:00
Eric Tune
72a3fb3c37
Moved jobs examples to docs repo
...
These are not considered "examples", per
https://github.com/kubernetes/kubernetes/pull/17345#issuecomment-197153744
2016-06-20 07:59:19 -07:00
Marcin Wielgus
b99eaf0466
Cluster autoscaler doc - part 1
...
(cherry picked from commit bf73c18603dbb28824199a7dfbe3cc796c0601b0)
2016-06-20 15:54:36 +02:00
William Martin Stewart
2bc2409b72
Stop Downward API docs from linking to themselves
2016-06-19 21:28:41 +02:00
Matt Fischer
bdebd9895f
nginx service/deployment needs to be cleanedup
...
If you plan on recreating the nginx service & deployment you need to remove both or kubernetes will refuse to rebuild them. Otherwise you get this error:
root@compute3:~# kubectl run nginx --image=nginx --port=80
Error from server: deployments.extensions "nginx" already exists
Additionally this commit fixes the numbering in the deleted section. The numbered list restarts at 1 due to the indented code, so a simple work around is to escape the period in the numbered list.
2016-06-18 10:29:10 -06:00
Matt Baldwin
0efeece39d
Update index.md
2016-06-17 22:37:21 -07:00
Naveen
630cc83014
Updated index.md fixed sample which was failing.
...
Updated index.md fixed sample which was failing.
2016-06-17 20:03:39 -04:00
John Mulhausen
5c705cb021
New template instructions
2016-06-17 15:34:20 -07:00
johndmulhausen
1cd9b83b54
Merge pull request #659 from leecalcote/patch-1
...
Updated CNI spec reference
2016-06-17 13:19:05 -07:00
Jonathan Kosgei
709155b453
Deprecation of kube ui addon
...
Added a paragraph to point users to kubernetes dashboard, kube-ui is a dead end found that out myself.
2016-06-17 14:34:27 +03:00
Marcin Wielgus
3ae0ef3444
Custom metrics in HPA doc
2016-06-17 12:17:47 +02:00
Clayton Coleman
47d7b0968b
Add init container documentation
2016-06-16 18:32:11 -04:00
Jerzy Szczepkowski
729d750ef7
Updated HPA walkthrough.
...
Updated HPA walkthrough: mentioned custom metrics.
2016-06-16 11:54:21 +02:00
Gerti Poppel
b73a097e4b
Update dashboard documentaion.
2016-06-16 10:13:47 +02:00
johndmulhausen
327aae6b65
Merge pull request #655 from justinsb/hpa_docs
...
HPA: cleanup some nits, based on a readthrough of the docs
2016-06-15 14:02:29 -07:00
johndmulhausen
a6a4157994
Merge pull request #670 from davidxia/patch-1
...
Fix typo in connecting-applications.md
2016-06-15 14:01:51 -07:00
David Xia
d7f1884266
Fix typo in connecting-applications.md
2016-06-15 16:03:29 -04:00
Brian Grant
ce6bf3d9c2
Merge pull request #623 from janetkuo/deployment-new-commands-doc
...
Document kubectl rollout status and kubectl set image for deployments
2016-06-15 11:24:14 -07:00