Commit Graph

1248 Commits (8f9677227dac0d0032a9faaae1dd318e8ddbd095)

Author SHA1 Message Date
Andrew Chen 8f6c10c9e9 Merge branch 'master' into chenopis-patch-4 2017-01-13 17:30:46 -08:00
Andrew Chen 2041d8a7f4 Merge branch 'master' into chenopis-patch-3 2017-01-13 16:20:07 -08:00
Phillip Wittrock 69582c2d8c change ref docs url format from 1_5 to v1.5 2017-01-13 09:56:34 -08:00
Mik Vyatskov fa59f3779c Refactor stackdriver logging page 2017-01-13 12:10:09 +01:00
Brandon Cole 956dcf8cd6 Updating downward-api/index.md for spec.nodeName
There are a couple awesome enhancements that would benefit from being documented here:

1. `spec.nodeName` for obtaining the host name
2. `spec.serviceAccountName` for obtaining the name of the service account the pod is running under

Right now these enhancements are documented only in a couple of issues and pull requests:

1. https://github.com/kubernetes/kubernetes/pull/27880
2. https://github.com/kubernetes/kubernetes/issues/24657
3. https://github.com/kubernetes/kubernetes/issues/21317

I have verified the functionality in the latest codebase:

1. https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/conversion.go#L200

Also updating downward-api/dapi-pod.yaml to add a concrete example.
2017-01-12 21:02:12 -05:00
steveperry-53 809c3cf9b5 Redirect User Guide topic: Working with Containers in Production. 2017-01-12 16:29:19 -08:00
Mike Danese f3231a2130 Merge pull request #2193 from caiyixiang/patch-5
Update index.md
2017-01-12 13:40:51 -08:00
Jared d552c1e406 Added link to Horizontal Pod Autoscaling glossary
Fixes: https://github.com/kubernetes/kubernetes.github.io/issues/1018
2017-01-12 11:17:58 -08:00
Andrew Chen 1c5a4e08fd Merge branch 'master' into chenopis-patch-3 2017-01-11 18:32:49 -08:00
Andrew Chen eb798593f7 Fix outdated links re: issue #1843
Updated the following links in Terminology
[Kubernetes networking model]
[OVS]
[Service]
2017-01-11 15:54:47 -08:00
steveperry-53 8048e7d2fc Fix link. 2017-01-11 10:43:42 -08:00
caiyixiang 0d5269fbd9 Update security-context.md 2017-01-11 16:59:03 +08:00
caiyixiang d6d3dda9c8 Update index.md 2017-01-11 09:06:50 +08:00
Andrew Chen a96ae0e985 fix broken link
[API reference docs] link was updated to point to (/docs/federation/api-reference/)
2017-01-10 16:29:46 -08:00
devin-donnelly 88ebec8b31 Merge pull request #2151 from janetkuo/check-titles
Add script for checking titles
2017-01-10 16:02:18 -08:00
steveperry-53 0c78763547 Remove link that goes nowhere. 2017-01-10 15:50:10 -08:00
Janet Kuo 089ce4c609 Add titles to docs 2017-01-10 15:25:44 -08:00
Patrick Clinger 40356713c4 Fix references to restartPolicy spec location
This document currently indicates that restartPolicy is part of the v1.Container spec, however according to the definitions it is actually in the v1.PodSpec.

References:

http://kubernetes.io/docs/api-reference/v1/definitions/#_v1_pod

http://kubernetes.io/docs/api-reference/v1/definitions/#_v1_container

Changed references to be `.spec.template.spec.restartPolicy`
2017-01-10 22:22:38 +00:00
Jared 5f78f8fe5c Update index.md 2017-01-10 12:10:58 -08:00
caiyixiang 068c797f47 Update ingress.md 2017-01-10 09:20:38 +08:00
Daniel Smith 98d2cb6f44 Remove lavalamp from docs he doesn't know anything about 2017-01-09 15:14:38 -08:00
Andrew Chen 59c283a700 Merge pull request #2137 from alexanderilyin/patch-2
Update kubectl-cheatsheet.md
2017-01-09 14:25:15 -08:00
Andrew Chen 356535f2bc Merge pull request #2144 from arbeit/patch-1
Update security-context.md
2017-01-09 14:17:27 -08:00
Phillip Wittrock cc12b16d99 Update api reference docs from review comments. Uses latest brodocs release. 2017-01-06 16:23:24 -08:00
Phillip Wittrock 39fe9ab8e8 Add new-style api and kubectl reference docs for 1.5 as "New Beta Docs" link under Reference 2017-01-06 16:23:23 -08:00
Muharem Hrnjadovic c2d3b1b9c4 Merge branch 'master' into patch-1 2017-01-06 10:24:55 +01:00
Devin Donnelly 3303506927 Adds explicit titles to all docs missing them. 2017-01-05 15:14:27 -08:00
Devin Donnelly 25798d3c86 Merge remote-tracking branch 'upstream/master' into toc-updates 2017-01-05 14:23:57 -08:00
Devin Donnelly 9c64c3ff7f Adds missing TOC entries for docs that fail the new Travis check in PR #2007.
Skips the checks for certain inaccessible or deprecated files and removes unused README.md files.
2017-01-05 14:21:48 -08:00
Andrew Chen 724721a06e Merge pull request #2136 from oshalygin/patch-2
Update configs with username followed by password
2017-01-05 13:23:35 -08:00
Muharem Hrnjadovic 1ee0c1109d Merge branch 'master' into patch-1 2017-01-05 19:56:08 +01:00
Janet Kuo 4feaf0a437 Merge branch 'master' into conneting-apps-typo 2017-01-05 10:52:18 -08:00
Muharem Hrnjadovic 802437ebec Update security-context.md 2017-01-05 17:19:43 +01:00
Alexander Ilyin eeb87dfce4 Update kubectl-cheatsheet.md 2017-01-04 16:41:30 -08:00
Oleg Shalygin 757dd707b6 Update configs with username followed by password
The way that the document currently flows and how we typically perceive credentials, we usually set our username first followed by the password.

Seeing the configuration first set password then username seems counter-intuitive.  There is nothing wrong with the docs, it is just clearer to view username=>password.
2017-01-04 16:23:20 -08:00
steveperry-53 1e05667805 Write new Task: Configuring Liveness and Readiness Probes
Addressed reviewer comments.

Addressed more reviewer comments.

Fix broken link.
2017-01-04 15:41:25 -08:00
devin-donnelly 968717d71f Merge pull request #2132 from gnufied/fix-deployments-link-in-fed
Fix deployments link in federation page
2017-01-04 13:44:02 -08:00
devin-donnelly b77ebe2cc5 Merge pull request #2128 from Crassirostris/logging-docs-refactoring-2
Add cluster-level logging overview
2017-01-04 13:43:34 -08:00
Hemant Kumar 69fa4c0bc6 Merge branch 'master' into fix-deployments-link-in-fed 2017-01-04 16:40:25 -05:00
Janet Kuo e8b5af4202 Fix incorrect / obsolete references to RCs and files 2017-01-04 11:50:20 -08:00
Hemant Kumar 37ed7bdcd1 Fix deployments link in federation page 2017-01-04 12:11:00 -05:00
Mik Vyatskov 2b386047e8 Add cluster-level logging overview 2017-01-04 14:00:22 +01:00
Peter Lee ce6da11e11 fix typo
'ips' should be 'IPs'
2017-01-04 09:37:16 +08:00
devin-donnelly 29af003ad4 Merge pull request #2049 from xilabao/patch-1
Add rbac command to kubectl get --help
2017-01-03 15:34:23 -08:00
devin-donnelly 4752b5401a Merge pull request #2121 from ElijahCaine/patch-2
ReplicaSets: Correct paragraph spacing error
2017-01-03 15:30:35 -08:00
devin-donnelly b06a1423f9 Merge pull request #2079 from MikaelCluseau/fix-1710
fix(#1710): volume  behavior is not documented
2017-01-03 14:08:01 -08:00
devin-donnelly 1668d8ec6d Merge pull request #2068 from premanandc/patch-1
Minor correction - added missing "as"
2017-01-03 14:07:32 -08:00
Elijah Caine 20c51c8c96 ReplicaSets: Correct paragraph spacing error 2017-01-03 12:57:40 -08:00
Mikaël Cluseau 1cc17e5fbc fix(#1710): volume behavior is not documented
Signed-off-by: Mikaël Cluseau <mikael.cluseau@gmail.com>
2017-01-03 08:17:16 +11:00
xilabao 8cc00e2d6c Merge branch 'master' into patch-1 2016-12-30 08:35:04 +08:00
devin-donnelly 6506678c49 Merge pull request #2067 from gbzhu/k8s_modify
fix typos
2016-12-28 14:27:23 -08:00
Gigi Sayfan 797e030c03 Reclaiming policy -> Reclaim policy
To match the API per @saad-ali's comment
2016-12-28 14:21:54 -08:00
Gigi Sayfan 188885469b Recycling policy --> Reclaiming policy
Persistent volumes have a reclaim policy ("persistentVolumeReclaimPolicy"). "Recycle" is just one of the possible reclaim policies.
2016-12-28 10:13:48 -08:00
Premanand Chandrasekaran d420bea04c Minor correction 2016-12-28 06:36:52 -05:00
gbzhu 0f14d69778 revert 2016-12-28 18:29:12 +08:00
gbzhu 34bbec31f5 fix typo 2016-12-28 18:22:20 +08:00
gbzhu 2cc0485a70 fix typos 2016-12-28 17:48:46 +08:00
devin-donnelly 57688f4f6c Merge pull request #2057 from foxish/fix-commands
Added poddisruptionbudget and abbreviation to list
2016-12-27 14:41:00 -08:00
devin-donnelly 68bec86aab Merge pull request #2055 from du2016/patch-2
update jobs-expansions-index.md
2016-12-27 14:40:35 -08:00
Anirudh Ramanathan 2ec43d6d51 Merge branch 'master' into fix-commands 2016-12-27 14:35:42 -08:00
Jared 39e3ba8c8a Merge branch 'master' into fix-typos 2016-12-27 13:57:02 -08:00
devin-donnelly 58b75e9285 Merge pull request #1495 from bboreham/update-incluster
Update out-of-date text about NewInCluster()
2016-12-27 13:50:38 -08:00
Jared 5353c9aa90 Merge branch 'master' into fix-typos 2016-12-27 13:48:14 -08:00
devin-donnelly b0e69cf586 Merge pull request #2039 from rootfs/azure-dp-master
add azure disk storage class doc
2016-12-27 13:38:38 -08:00
devin-donnelly 007510edc1 Update index.md 2016-12-27 13:25:29 -08:00
Anirudh Ramanathan 85cf7ae2ff Merge branch 'master' into fix-commands 2016-12-27 13:23:25 -08:00
devin-donnelly 93084c5fce Merge pull request #2053 from xialonglee/patch-1
fix style and grammar
2016-12-27 13:23:19 -08:00
devin-donnelly 60ea2350a4 Merge pull request #2048 from caiyixiang/patch-1
Update connecting-applications.md
2016-12-27 13:21:57 -08:00
devin-donnelly a20d13edc6 Merge pull request #2047 from du2016/patch-1
update managing-deployments.md
2016-12-27 13:21:13 -08:00
devin-donnelly a487f1f5e6 Merge pull request #2042 from rutsky/patch-4
Fix markdown formatting
2016-12-27 13:20:47 -08:00
devin-donnelly ab751d18cc Merge pull request #2051 from tianshapjq/patch-3
correct "pod" to "pods"
2016-12-27 13:13:46 -08:00
Anirudh 93bbce56ae Add statefulsets also to list 2016-12-27 11:56:00 -08:00
Anirudh 193fdfa4e9 Added poddisruptionbudget and abbreviation to list 2016-12-27 11:44:59 -08:00
Janet Kuo a168c92e30 Add TOC entries for all kubectl docs
Kubectl docs: add TOC entries, and remove obsolete docs
2016-12-27 11:22:52 -08:00
foliage 78e7b40600 update jobs-expansions-index.md
change the wrong url
change the wrong template
2016-12-27 22:34:14 +08:00
Peter Lee 42e015d8f8 fix style and grammar
1. Make plural nouns into same style. See it is `Services` in first sentence and `Pods` in the line 286 , but others are `Service`s and `Pod`s .So change style for these plural nouns for consistency and beauty.
2. Fix minor grammar.
2016-12-27 10:46:48 +08:00
Nicolai von Neudeck 9fe1e02e72 replaced "/" with "or" 2016-12-26 21:16:47 +01:00
Nicolai von Neudeck d0b94ae1b7 Removed passive voice 2016-12-26 21:04:03 +01:00
Drinky Pool 18b3f20ec3 correct "pod" to "pods"
correct "pod" to "pods"
2016-12-26 17:03:05 +08:00
xilabao 94ee42f658 Add rbac command to kubectl get --help
reference to https://github.com/kubernetes/kubernetes/pull/37366
2016-12-26 01:48:55 -06:00
caiyixiang eaa119652a Update connecting-applications.md 2016-12-26 09:07:35 +08:00
foliage 6e8c728e91 update managing-deployments.md
change k to kubectl
2016-12-25 17:39:40 +08:00
Vladimir Rutsky 942dbfcee1 Fix markdown formatting
Broken in 28899d6ec6 according to blame.
2016-12-24 20:32:56 +04:00
Aaron.L.Xu e7d75b39f6 Merge branch 'fix-typos' into master 2016-12-24 12:52:36 +08:00
Huamin Chen a9e1f2d276 add azure disk storage class doc
Signed-off-by: Huamin Chen <hchen@redhat.com>
2016-12-23 13:39:59 +00:00
dongziming 19fda13172 Fix typos 2016-12-23 20:53:16 +08:00
Aaron.L.Xu f535febaa1 fix some typos and resolve conflicts 2016-12-23 03:55:51 -08:00
Aaron.L.Xu cbc897a320 Merge branch 'master' into master 2016-12-23 19:40:51 +08:00
dongziming 83a6c52ddc Spelling errors in /docs/ 2016-12-23 17:25:27 +08:00
Aaron.L.Xu f4ac637e27 Merge pull request #2 from tim-zju/symbolError
fix typos
2016-12-23 11:41:02 +08:00
devin-donnelly 67be6311ee Merge pull request #2020 from kibra/patch-1
Fix typos in thirdpartyresources.md
2016-12-22 19:06:27 -08:00
devin-donnelly a1cd312c70 Merge pull request #1820 from thomastaylor312/hook_documentation
Clarifies lifecycle hook documentation
2016-12-22 18:50:05 -08:00
devin-donnelly b16529d63e Merge pull request #1912 from kargakis/minor-fix-for-1.5
Link sections that talk about deployment status
2016-12-22 18:43:07 -08:00
devin-donnelly ed7f307544 Merge pull request #1979 from unisisdev/patch-1
Described how deploy the Dashboard UI
2016-12-22 18:37:18 -08:00
devin-donnelly 1ea8cab29c Merge branch 'master' into patch-1 2016-12-22 18:31:04 -08:00
yanan Lee fbf57b224f spelling error
Signed-off-by: yanan Lee <energylyn@zju.edu.cn>

Incorrect spelling

Signed-off-by: yanan Lee <energylyn@zju.edu.cn>

spelling error

Signed-off-by: yanan Lee <energylyn@zju.edu.cn>

Incorrect spelling

Signed-off-by: yanan Lee <energylyn@zju.edu.cn>

Revert "Incorrect spelling"

fix some typos

Signed-off-by: Jie Luo <luo612@zju.edu.cn>

fix a typo

Signed-off-by: Jie Luo <luo612@zju.edu.cn>

fix a typo

Signed-off-by: Jie Luo <luo612@zju.edu.cn>
2016-12-23 08:01:52 +08:00
Elijah C. Voigt f9d1cbc8fa Remove italics, correct CamelCase typos in titles 2016-12-22 14:26:59 -08:00
Taylor Thomas 547a6d7b2a Clarifies lifecycle hook documentation 2016-12-22 09:57:32 -08:00
Michail Kargakis bbc4415042 Link sections that talk about deployment status 2016-12-22 15:46:57 +01:00
tim-zju df7eb8128d fix space problems which ide results in
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 20:01:22 +08:00
tim-zju 1f7b3148f2 fix space problems which ide results in
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 19:47:40 +08:00
SRaddict 5d6a3aaa53 fix a series errors of using "a" and "an" 2016-12-22 16:56:12 +08:00
tim-zju 30f1d03b8d symbol errors in quotation mark
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 15:12:07 +08:00
tim-zju b27310d81a symbol errors
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 14:37:10 +08:00
SRaddict 383e40f978 fix a series punctuation errors 2016-12-22 11:24:05 +08:00
Kyle Ibrahim bdf6d77a18 Fix typos in thirdpartyresources.md 2016-12-21 18:50:01 -08:00
devin-donnelly 938bb68430 Update ui.md 2016-12-21 16:34:35 -08:00
devin-donnelly 51d3c31300 Merge pull request #1363 from thesteve0/patch-1
Clarifying the purpose and intended use of a ConfigMap
2016-12-21 16:29:40 -08:00
devin-donnelly 1d3f64a5bf Update index.md 2016-12-21 16:27:04 -08:00
devin-donnelly 00b8dca0e6 Merge pull request #1636 from pospispa/86-5-add-checks-and-documentation-about-template-pods-for-recycling
Added a Recycler Pod Template Example
2016-12-21 16:20:44 -08:00
devin-donnelly 4918582b5b Merge pull request #1672 from agonzalezro/patch-1
Use --decode for base64 command
2016-12-21 16:18:45 -08:00
devin-donnelly 58bae6653e Merge branch 'master' into patch-1 2016-12-21 16:16:39 -08:00
devin-donnelly 58822257f0 Update quick-start.md 2016-12-21 16:15:24 -08:00
devin-donnelly 101414df5e Merge branch 'master' into fix-cm-link 2016-12-21 17:04:26 -05:00
devin-donnelly efb23810aa Merge branch 'master' into fix-cm-link 2016-12-21 16:58:46 -05:00
devin-donnelly 619c3ea3b1 Merge branch 'master' into branch2 2016-12-21 16:55:29 -05:00
Anthony Yeh 9f9e44d174 Remove accidentally nested {% raw %} tags.
These tags cannot be nested, causing a Liquid syntax error.
The nesting was introduced accidentally by concurrent PRs.
2016-12-21 11:43:09 -08:00
Jie Luo ccd202a07a Duplicated 'the'
Signed-off-by: Jie Luo <luo612@zju.edu.cn>
2016-12-21 14:33:37 +08:00
xiangpengzhao 42d9427b75 Fix #2005: Issue with /docs/user-guide/horizontal-pod-autoscaling/ 2016-12-20 23:05:45 -05:00
devin-donnelly a196d0df86 Merge pull request #1956 from andrewwatson/patch-3
Header displayed twice
2016-12-20 19:40:32 -05:00
devin-donnelly a23924073c Merge pull request #1974 from xialonglee/escape-from-liquid-template
Make the docs content escaped from liquid template brace tag
2016-12-20 19:39:47 -05:00
devin-donnelly 4aa38e338a Merge pull request #1983 from joshrosso/services-cleanup-2
services: Clearer definition of types; typo fixes
2016-12-20 19:38:53 -05:00
devin-donnelly 40e658f12d Merge pull request #2000 from xialonglee/cancel-italic-title
Delete italic style markdown symbol
2016-12-20 19:25:22 -05:00
devin-donnelly e29a288c98 Merge pull request #2003 from xilabao/add-reference-to-rbac-psp
add reference to rbac  psp
2016-12-20 19:18:07 -05:00
xilabao 194bf76648 add reference to rbac & psp 2016-12-20 16:52:21 +08:00
xialong.lee 231b924608 delete italic style 2016-12-20 09:55:11 +08:00
Ben Balter 5bab707a82 Merge branch 'master' into inline-titles 2016-12-19 18:46:34 -05:00
Ben Balter d8d99a171e use in-page titles to generate sidebar nav 2016-12-19 15:08:54 -05:00
Drinky Pool 030e6f230c delete the question mark
1. add "been" right before restarted.
2. delete the question mark at the end of the sentence.
2016-12-19 16:57:08 +08:00
Peter Lee 6f2b08ced7 Merge branch 'master' into escape-from-liquid-template 2016-12-17 08:44:07 -06:00
joshrosso cbd92ba562 services: Clearer definition of types; typo fixes
This commit attempts to make more clear the differences between service
types by ensuring definitions are consistent and concise. It also aims
to fix a few typos and grammatical issues.
2016-12-16 14:39:12 -08:00
unisisdev 61a60eec84 Described how deploy the Dashboard UI 2016-12-16 15:16:36 -03:00
xialong.lee 4b74857310 make the docs content escaped from liquid template brace tag 2016-12-16 16:27:59 +08:00
Brendan Burns e174f4619d Add directions for using Azure Container Registry. 2016-12-15 20:36:34 -08:00
Doug Davis 6b9326f085 fix indentation of a few lines 2016-12-15 18:30:55 -05:00
Ben Balter bfa604351f add explicit titles to docs 2016-12-15 15:16:54 -05:00
Michail Kargakis 7a145852b9 Proportional scaling in Deployments 2016-12-15 18:14:50 +01:00
Andrew Watson ae62b9864d Header displayed twice
It was displaying the header twice
2016-12-14 15:12:34 -05:00
Janet Kuo 28899d6ec6 Run update-imported-docs.sh 2016-12-13 13:44:13 -08:00
Saad Ali 4ba5c70d9b Merge branch 'master' into release-1.5 2016-12-12 16:21:05 -08:00
devin-donnelly ff3d9225ab Merge pull request #1772 from madhusudancs/fed-ing-workaround
Document the workaround for the Federated Ingress flapping healthchecks problem.
2016-12-12 14:49:50 -05:00
devin-donnelly ea411fb18d Update federated-ingress.md 2016-12-12 14:41:51 -05:00
devin-donnelly 594f1c76e3 Merge pull request #1594 from jsafrane/secret-type
Update documentation of configuration of dynamic provisioning
2016-12-12 14:38:54 -05:00
devin-donnelly e482c3527e Merge pull request #1808 from caesarxuchao/gc-minor
Synchronous garbage collection is not going to make 1.5
2016-12-12 14:27:21 -05:00
devin-donnelly 1761212ac3 Update garbage-collection.md 2016-12-12 14:27:05 -05:00
steveperry-53 f896de02c5 Remove "persistent" from emptyDir section. 2016-12-12 11:07:31 -08:00
Janet Kuo a4248ed5aa Merge pull request #1854 from bryk/typ
Fix link references in UI docs
2016-12-12 09:50:01 -08:00
Chris Riviere 54772274e9 Merge branch 'master' into patch-1 2016-12-09 13:16:15 -05:00
devin-donnelly b3bb56b602 Merge pull request #1725 from rothgar/kubectl-install
Added command to download kubectl via curl
2016-12-08 11:36:32 -08:00
devin-donnelly fe4605009a Merge pull request #1699 from kargakis/progressdeadlineseconds
Add docs for perma-failed Deployments
2016-12-08 11:10:19 -08:00
Alexandre González c029794dc8 Use --decode for base64 command
`-d` is used for the Linux version of the command but in the Mac/BSD version they use `-D`.

Using `--decode` we are sure that the flag is compatible with both.
2016-12-08 18:58:47 +01:00
devin-donnelly 5186d558c2 Update deployments.md 2016-12-08 09:48:57 -08:00
Daniel Heitmann b48f25f445 Update kubectl-cheatsheet.md
Add missing replica count to comment
2016-12-08 15:28:25 +01:00
Michail Kargakis 5ec4e650db More updates 2016-12-08 12:02:06 +01:00
devin-donnelly 7427bc7a6a Update deployments.md 2016-12-08 11:29:03 +01:00
Michail Kargakis a86732a455 Add docs for perma-failed Deployments 2016-12-08 11:29:03 +01:00
xialong.lee 7fe3f4435e fix style 2016-12-07 17:28:17 -08:00
Andrew Watson 5adcf58663 fixing broken link to container initialization doc 2016-12-07 17:26:55 -08:00
Denis Andrejew 9aa565b420 fix broken link in config-best-practices.md
broken link was caused by `frontend-controller.yaml` having been replaced with `frontend-deployment.yaml`
2016-12-07 17:26:55 -08:00
Michael Taufen 025de2fa3c Fix minor issues
The two affected lines:
a) Were both represented entirely in a code block due to indentation,
which does not appear to be the intent.
b) Look like a mess if you don't know they are formatted as a URL query
string.
2016-12-07 17:26:55 -08:00
xialong.lee f9c3e48d48 fix style 2016-12-07 16:53:16 +08:00
Jared 3844561ec9 Merge branch 'master' into fix-labels-docs 2016-12-06 18:10:58 -08:00
Jared 54f85d8aee Merge branch 'master' into patch-2 2016-12-06 17:21:53 -08:00
devin-donnelly d39d03c1fa Merge pull request #1707 from janetkuo/tutorial-vm-workload-stateful-set
Point the old bootstrapping tutorial URL at new StatefulSet docs
2016-12-06 16:28:02 -08:00
devin-donnelly 17f11da353 Update index.md 2016-12-06 16:19:49 -08:00
devin-donnelly 2d046c3476 Update petset.md 2016-12-06 16:17:47 -08:00
Anthony Yeh 74423e1a2a Add deprecation warning on PetSet guide. 2016-12-06 15:11:25 -08:00
devin-donnelly 3cdd727342 Update index.md 2016-12-06 14:12:52 -08:00
Andrew Watson 9e7294be08 fixing broken link to container initialization doc 2016-12-06 10:21:43 -05:00
Bryan Boreham 01043efa7e Update out-of-date text about creating a client 2016-12-06 14:29:28 +00:00
devin-donnelly 61c17e6987 Merge pull request #1718 from janetkuo/pod-user-guide-no-pet
Update pods user guide to reflect StatefulSet changes
2016-12-05 17:36:10 -08:00
devin-donnelly 69f6c10143 Update index.md 2016-12-05 17:30:44 -08:00
devin-donnelly 6005f41140 Update index.md 2016-12-05 17:28:53 -08:00
devin-donnelly e46898789c Update index.md 2016-12-05 17:18:07 -08:00
Janet Kuo 330d80d198 Remove petset bootstrapping doc 2016-12-05 16:33:22 -08:00
devin-donnelly 71f844a9dc Merge pull request #1838 from mwielgus/add-configmap
Add documentation for federated config map
2016-12-05 13:28:34 -08:00
devin-donnelly 44aafd5960 Merge pull request #1828 from mwielgus/add-deployment
Documentation for federated deployment
2016-12-05 13:25:52 -08:00
devin-donnelly adaea48da7 Merge pull request #1827 from mwielgus/add-daemonset
Add federated daemonset documentation
2016-12-05 11:16:26 -08:00
bryk 2a4faa30be Fix link references in UI docs 2016-12-05 06:39:24 -08:00
Marcin Wielgus 196b752892 Documentation for federated deployment 2016-12-05 14:59:16 +01:00
Marcin Wielgus 4ecdec649a Add documentation for federated config map 2016-12-05 14:53:04 +01:00
Marcin Wielgus 9fee12825d Add federated daemonset documentation 2016-12-05 14:13:14 +01:00
devin-donnelly fdd0ff5d84 Merge pull request #1787 from nikhiljindal/cascDel1.5
Adding documentation for cascading deletion of federated resources
2016-12-04 11:44:40 -08:00
Michael Taufen 8d1f07175b Fix minor issues
The two affected lines:
a) Were both represented entirely in a code block due to indentation,
which does not appear to be the intent.
b) Look like a mess if you don't know they are formatted as a URL query
string.
2016-12-03 20:32:57 -08:00
nikhiljindal 3157376137 Adding documentation for cascading deletion of federated resources 2016-12-03 02:23:12 -08:00
devin-donnelly 3f2e858f2f Merge pull request #1722 from enisoc/mysql-stateful-set
Add replicated MySQL tutorial
2016-12-02 15:33:01 -08:00
Janet Kuo 3c560d8122 Update pods user guide to reflect StatefulSet changes 2016-12-02 15:13:52 -08:00
Anirudh Ramanathan cda627c598 Update node.md to reflect changes to node controller (#1757)
* Update node.md to reflect changes to node controller

* Review fixes.
2016-12-02 14:32:55 -08:00
devin-donnelly fc36bdbca9 Merge pull request #1833 from bprashanth/source_ip_1.5
Change alpha to beta in source ip docs
2016-12-02 14:06:59 -08:00
Anthony Yeh 3d08fd0fa2 examples_test: Validate all parts in a multi-doc YAML. 2016-12-02 12:45:49 -08:00
devin-donnelly 5b0c6dc2ac Merge pull request #1783 from ConnorDoyle/oir-alpha
Documentation for opaque integer resources (alpha feature in 1.5)
2016-12-02 11:08:54 -08:00
devin-donnelly 5b007f86a8 Merge pull request #1793 from kubernetes/ui-docs-for-1.5
Docs for Dashboard UI features in 1.5
2016-12-02 11:04:10 -08:00
Connor Doyle 9430805ac4 Doc for alpha opaque integer resources. 2016-12-02 10:37:38 -08:00
bryk 7431c10725 Merge remote-tracking branch 'origin/ui-docs-for-1.5' into ui-docs-for-1.5 2016-12-02 10:09:33 +01:00
bryk ba95bedc9e Apply @devin-donnelly comments 2016-12-02 10:09:19 +01:00
Devin Donnelly be87e58e48 Merge remote-tracking branch 'upstream/master' into release-1.5 2016-12-01 14:28:46 -08:00
Piotr Bryk ab3782c6de Merge branch 'master' into ui-docs-for-1.5 2016-12-01 10:02:59 +01:00
bprashanth 58591fca1a Change alpha to beta in source ip docs 2016-11-30 16:25:57 -08:00
Ryan Hitchman 41caedc6d6 Lowercase 'Command' and 'Args' when describing "containers" specs.
They must be lowercase in json and yaml, which is the most common
user-visible interface.

Partially addresses #1555.
2016-11-30 16:15:32 -08:00
Marcin Wielgus 1b4f677f21 Fix copy/paste errors in federated secrets docs 2016-11-30 11:40:08 +01:00
Devin Donnelly 9b2500fb60 Merge remote-tracking branch 'upstream/master' into release-1.5 2016-11-29 17:08:38 -08:00
Denis Andrejew 2b595523a5 fix broken link in config-best-practices.md
broken link was caused by `frontend-controller.yaml` having been replaced with `frontend-deployment.yaml`
2016-11-29 16:00:28 +00:00
bryk 707badee81 Remove mention about RCs - they are deprecated 2016-11-29 09:25:04 +01:00
Chao Xu e20b4585ce sync gc is not going to be supported in 1.5 2016-11-28 21:04:42 -08:00
Nicolai von Neudeck fd0d4112b0 fixed indentation, cleaner command 2016-11-29 00:43:01 +01:00
Nicolai von Neudeck c61aee3c54 forgot yaml format 2016-11-29 00:34:29 +01:00
Nicolai von Neudeck 537893253f Added info about where to add/drop capabilities
The user-guide did not mention where to drop/add capabilities in Kubernetes.
Added a link to the not yet complete API documentation and an example.
2016-11-29 00:11:40 +01:00
Justin Garrison 8e8adadbeb moved kubectl install to separate sub-sections 2016-11-26 23:57:01 -08:00
pospispa d4b9023a7f Added a Recycler Pod Template Example
Recycle pod template example is missing in the documentation.

That's why it is now added.
2016-11-25 20:24:54 +01:00
bryk f840e4bc02 Docs for Dashboard UI features in 1.5
Feature: https://github.com/kubernetes/features/issues/136
2016-11-25 13:26:18 +01:00
Vincenzo Ferrari 1f68526159 updated dockerimage link
removed dead link of dockerimage
2016-11-23 11:12:07 +01:00
Madhusudan.C.S 715d5a3c96 Address review comments. 2016-11-23 00:34:02 -08:00
Chris Riviere b0bcbff7ab Merge branch 'master' into patch-1 2016-11-22 15:38:33 -08:00
Madhusudan.C.S 0c5c99fd0d Document the workaround for the Federated Ingress flapping healthchecks problem.
Ref issue: https://github.com/kubernetes/kubernetes/issues/36327 and
https://github.com/kubernetes/kubernetes/issues/37306
2016-11-22 12:55:27 -08:00
Maciej Szulik ab09b11359 Rename ScheduledJobs to CronJobs 2016-11-22 19:59:30 +01:00
Maciej Szulik 9544c80dee Add ScheduledJobs to menu and remove future work section from jobs 2016-11-22 19:56:31 +01:00
Jan Safranek bd8778069d Add documentation about Quobyte dynamic provisioning 2016-11-22 10:34:05 +01:00
Jan Safranek d9fc30276d Add documentation about Ceph RBD dynamic provisioning 2016-11-22 10:33:57 +01:00
Jan Safranek b7ec4b7044 Update glusterfs provisioning configuration 2016-11-22 10:32:22 +01:00
devin-donnelly 84253dcbdf Merge pull request #1623 from w0mbat/init-container-beta-update
Updated documentation to use beta version of init-containers
2016-11-21 16:45:48 -08:00
devin-donnelly 74dc6cf45d Merge pull request #1630 from blankenhaus/master
Layer 3 <=> layer 4
2016-11-21 16:42:40 -08:00
devin-donnelly 94149087ef Merge pull request #1638 from tremaineeto/patch-1
Fixed typo
2016-11-21 16:40:27 -08:00
devin-donnelly 4c099553b4 Merge pull request #1647 from StephenKing/patch-1
configuring-containers: Fix syntax highlight
2016-11-21 16:38:42 -08:00
Jared 3d3e7326a3 Merge branch 'master' into master 2016-11-21 15:07:07 -08:00
devin-donnelly 7be9e1b694 Merge pull request #1667 from bdurette/patch-1
Typo fix
2016-11-21 14:58:57 -08:00
devin-donnelly 9d72e1d548 Merge pull request #1709 from ahawtho/patch-1
Fix shell example in sharing-clusters.md
2016-11-21 14:48:10 -08:00
devin-donnelly 8d36e87929 Merge pull request #1723 from ahmetalpbalkan/patch-4
service-accounts.md: Better paragraph flow
2016-11-21 14:38:39 -08:00
devin-donnelly e6f9f1f811 Merge pull request #1726 from soltysh/deprecate_extensionsjob
Deprecate extensions/v1beta1.Job
2016-11-21 14:36:09 -08:00
Jared 79821557f5 Merge branch 'master' into init-container-beta-update 2016-11-21 14:28:56 -08:00
devin-donnelly aae7524cbc Merge pull request #1741 from rfay/20161120_fix_broken_pv
Fix broken path in pv configuration, minor doc improvement
2016-11-21 14:16:10 -08:00
Jared fb77d274b3 Merge branch 'master' into init-container-beta-update 2016-11-21 13:59:14 -08:00
Jared e1e9cb2f22 Merge branch 'master' into patch-1 2016-11-21 13:56:23 -08:00
Jared af0639bf95 Merge branch 'master' into fix-kubectl-link 2016-11-21 13:32:48 -08:00
Jared a88fd8e8fa Merge branch 'master' into patch-1 2016-11-21 13:30:45 -08:00
Hemant Kumar 31185b5fd9 Fix glusterfs dynamic provisioning docs 2016-11-21 16:27:53 -05:00
Jared 2a96b334b2 Merge branch 'master' into patch-1 2016-11-21 13:27:44 -08:00
Jared 0dcb86c294 Merge branch 'master' into patch-1 2016-11-21 13:27:39 -08:00
Jared 9e3ac0ddb8 Merge branch 'master' into master 2016-11-21 13:27:31 -08:00
Jared 2d0b9d0a27 Merge branch 'master' into init-container-beta-update 2016-11-21 13:27:25 -08:00
Jared b8a1f1bdef Merge branch 'master' into patch-1 2016-11-21 13:27:14 -08:00
Jared 5d6460b979 Added link to DNS Admin Guide 2016-11-21 13:23:58 -08:00
Anirudh Ramanathan e73c755de3 Updated link and fixed typo 2016-11-21 13:11:19 -08:00
Chris Riviere 18068bae80 minor text change 2016-11-21 12:09:05 -08:00
Chris Riviere 08577c385a minor changes
moved text under command and changed wording based on some feedback. With regards to mentioning cloud providers. I think a lot of this documentation in general assumes a public cloud like Google so it may be worthwhile to mention a specific private cloud where this isn't implemented.
2016-11-21 12:08:25 -08:00
Chris Riviere 636fa3f84f Merge branch 'master' into patch-1 2016-11-21 11:45:36 -08:00
Chris Riviere 8c4fc0351a clarification on type LoadBalancer for exposing
Took me a bit of time to learn that type LadBalancer wasn't fully working in an OpenStack environment as I was going through this.
2016-11-21 11:27:15 -08:00
Jared 48ce104b76 Merge branch 'master' into 2016-10-10-fed-ingress-user-guide-improvements 2016-11-21 11:20:49 -08:00
Jared b5c86dfe02 Merge branch 'master' into init-cont-doc 2016-11-21 11:07:51 -08:00
Randy Fay de9197661e Fix broken path in pv configuration, minor doc improvement 2016-11-20 09:41:34 -07:00
Maciej Szulik 96903916b5 Deprecate extensions/v1beta1.Job 2016-11-18 13:26:14 +01:00
Justin Garrison e3cd4eb67c added command to download kubectl via curl 2016-11-17 21:18:50 -08:00
Ahmet Alp Balkan 7f7fa5ac73 Fix broken links to some github paths 2016-11-17 19:31:59 -08:00
Ahmet Alp Balkan c117759cfe service-accounts.md: Better paragraph flow
It was not easy to follow what this paragraph is talking about
without clicking the link.
2016-11-17 19:20:11 -08:00
Jared 4bc42a3f5c Merge branch 'master' into patch-1 2016-11-17 15:23:09 -08:00
Francois Deppierraz 9e25fddd86 typo kuberntes -> kubernetes 2016-11-18 00:10:29 +01:00
Ahmet Alp Balkan 34a31f41ba List Deployment next to ReplicationController
RestartPolicy section gives an example of what kind of controller
should be used for what type of workload. However it only lists
rc for web-server type workloads. Adding Deployment next to rc
as well.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-11-17 15:07:13 -08:00
ahawtho 6b151435da Fix shell example in sharing-clusters.md
'export' command should not include dollar signs in variable declaration
2016-11-16 21:58:17 -05:00
Eric Tune 625774cc1b Added init container documentation.
Based loosely on the design proposal.
2016-11-16 09:52:10 -08:00
Quinton Hoole 27840ef8fe Improvements to Federated Ingress User Guide. 2016-11-15 09:47:32 -08:00
Michael Taufen 64ca647721 Fix broken kubectl link 2016-11-14 15:02:42 -08:00
Brandon DuRette 337c6c0546 Typo fix 2016-11-11 11:20:48 -06:00
David Kirstein e745b04801 remove extra space in working-with-resources.md 2016-11-10 08:27:09 +01:00
David Kirstein 0bd5651d4f Fix typo in working-with-resources.md
mode -> more
2016-11-10 08:19:22 +01:00
Steffen Gebert 3ca34c8e04 configuring-containers: Fix syntax highlight
looks weird to me without that..
2016-11-08 11:23:46 +01:00
Tremaine Eto 3d7e0b128c Fixed typo
Removed extra "e" in "specify" in the "Secret files permission" section.
2016-11-07 10:16:15 -08:00
Denis Andrejew 2dcba7ffa2 fix typo in user-guide/replicasets.md 2016-11-06 15:32:07 +01:00
blankenhaus bbceda0ba2 Layer 3 <=> layer 4
TCP/UDP are layer 4.
2016-11-05 12:29:50 -07:00
devin-donnelly ab25c59af7 Update index.md 2016-11-04 16:43:30 -07:00
Michael van Tricht 05ffedcebd Update init-containers to beta. (#1624) 2016-11-04 12:00:53 -07:00
Daniel Sachse a516182f80 Updated documentation to use beta version of init-containers 2016-11-04 14:44:58 +01:00
devin-donnelly 35a14cda34 WIP: New Docs Landing Page and ToC Organization. (#1468)
New Docs Landing Page and ToC Organization.
2016-11-03 15:06:08 -07:00
devin-donnelly aa995dded1 Merge pull request #1546 from soltysh/update_api_reference
Updated imported docs with ./update-imported-docs.sh
2016-11-02 15:16:39 -07:00
devin-donnelly 1257fe13c3 Merge pull request #1496 from kayrus/kayrus/probes
Added livenessprobe example with hidden parameters
2016-11-01 16:50:25 -07:00
Maciej Szulik b506e647f3 Updated imported docs with ./update-imported-docs.sh 2016-10-28 11:28:17 +02:00
Julien Vey e34352c152 Remove line numbers in ingress resource snippet
* To be consistent with the rest of the guide.
* To simplify copy/paste of the example.
2016-10-28 10:52:21 +02:00
devin-donnelly 78a44f7fa9 Merge pull request #1285 from kubernetes/eparis-networkpolicy
'namespaceSelector' in the NetworkPolicy example
2016-10-27 20:17:00 -07:00
devin-donnelly 4aeb2e2932 Merge pull request #1447 from rata/master
Clarify secrets file mode might be read in decimal notation
2016-10-27 19:58:26 -07:00
devin-donnelly 08d8336f80 Merge pull request #1417 from techtonik/patch-2
Update kubectl-overview.md
2016-10-27 19:48:52 -07:00
kayrus fd48554659 Added livenessprobe example with hidden parameters 2016-10-27 15:36:53 +02:00
Abrar Shivani 66e66c8572 Add vSphere Storage class 2016-10-25 00:31:48 -07:00
Chris Love 8f02f91f53 Improving kubectl cheat sheet (#1486)
* Improving kubectl cheatsheet

* removing sentence and some cleanup
2016-10-24 17:56:11 -07:00
Justin Garrison 2f7dcedbbb Update jobs.md with link to scheduled jobs
Removed future work because we're living in the future 🚀
2016-10-21 18:20:37 -07:00
Steve Perry 2c604254a4 Merge branch 'master' into patch-1 2016-10-21 18:05:09 -07:00
Jess Frazelle 7b330390e2
mungers: fix preformat balance
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-10-20 12:23:08 -07:00
Sascha Brawer ff78098474 Fix broken links in work queue user guide 2016-10-20 07:50:07 -07:00
Eric Paris 0a28be3613 Update networkpolicies.md 2016-10-19 08:55:03 -04:00
Rodrigo Campos 5b6055a374 Clarify secrets file mode might be read in decimal notation
Fixes: https://github.com/kubernetes/kubernetes/issues/33475
2016-10-19 01:03:20 -03:00
devin-donnelly 2f0b53d3e6 Merge pull request #1356 from jszczepkowski/hpa-doc-fix
Updated hpa config file to the latest API version.
2016-10-18 16:39:08 -07:00
devin-donnelly b18d74eee8 Merge pull request #1393 from kubernetes/foxish-add-example
Add example for pod using emptyDir
2016-10-18 16:38:48 -07:00
devin-donnelly 6749b5acab Merge pull request #1396 from lukaszo/kub_get
Fix kubectl get documentation
2016-10-18 16:38:00 -07:00
devin-donnelly 1af2733315 Merge pull request #1405 from pabloguerrero/patch-2
Minor corrections
2016-10-18 16:36:33 -07:00
Anirudh Ramanathan e7ac683fd8 Merge branch 'master' into foxish-add-example 2016-10-18 11:05:40 -07:00
Jerzy Szczepkowski fd47392ff6 Merge branch 'master' into hpa-doc-fix 2016-10-18 15:47:39 +02:00
anatoly techtonik 064fb4f5b0 Merge branch 'master' into patch-2 2016-10-18 14:16:11 +03:00
anatoly techtonik ad39de970d Remove 'quickly' 2016-10-18 14:12:52 +03:00
Steven Pousty e82b0185f9 Merge branch 'master' into patch-1 2016-10-18 03:16:55 -07:00
devin-donnelly 92c443e8c5 Merge pull request #1409 from apelisse/add-privileged-link
Points to documentation about running privileged containers
2016-10-17 16:43:26 -07:00
devin-donnelly 44ef8d3d0f Merge pull request #1436 from rickypai/patch-2
Change RDB typo to RBD
2016-10-17 16:36:10 -07:00
devin-donnelly 16ce9c5fec Merge pull request #1413 from kubernetes/foxish-fix-annotation
Init containers are in beta in 1.4
2016-10-17 14:57:48 -07:00
devin-donnelly 017601da81 Merge pull request #1457 from bobsky/patch-1
Update federated-ingress.md
2016-10-17 14:57:08 -07:00
devin-donnelly 139d64eeed Merge pull request #1483 from marrrvin/fix-link-to-qos
Fix link to qos
2016-10-17 11:49:12 -07:00
devin-donnelly e308661861 Merge pull request #1488 from digitalfishpond/master
Update to Pet Set link
2016-10-17 11:45:27 -07:00
Ricky Pai 553718a31e Change RDB typo to RBD
I assume this is referring to `RBD (Ceph Block Device)` and not something else
2016-10-17 11:11:53 -07:00
Chris Love 67db9da420 Merge branch 'master' into kubectl-overview-add-explain 2016-10-17 11:09:26 -06:00
Sergey Orlov c4d943313a Merge branch 'master' into fix-link-to-qos 2016-10-17 16:12:47 +03:00
Denis Poisson 3bc8013a28 Update to Pet Set link
'Pet Set' now links correctly to  http://kubernetes.io/docs/user-guide/petset/
2016-10-17 11:43:55 +02:00
Kami Gerami 3ef9c7e526 34613 404 Not Found on links referring to /docs/user-guide/kubectl/kubectl/
Changed all links referring to kubectl from /docs/user-guide/kubectl/kubectl/ to /docs/user-guide/kubectl/
2016-10-16 13:39:43 +02:00
Sergei Orlov 4b506ea498 Fix link to qos 2016-10-16 13:11:36 +03:00
chrislovecnm 95e14cc5f7 fixing format 2016-10-15 20:46:20 -06:00
chrislovecnm f5934f521b updating kubectl overview with explain 2016-10-15 20:44:10 -06:00
bobsky 0ce841df60 Update federated-ingress.md
minor correction, feature is in alpha not beta.
2016-10-13 13:23:31 -07:00
Pablo Guerrero ce10237f3c Merge branch 'master' into patch-2 2016-10-13 11:27:02 +02:00
Steel Brain a250e18e2f 🐛 Fix broken JSON format 2016-10-12 05:44:51 +05:30
Antoine Pelisse 5b8d8332fc Points to documentation about running privileged containers 2016-10-11 15:34:54 -07:00
Anirudh Ramanathan 3e5d07081e Merge branch 'master' into foxish-fix-annotation 2016-10-11 15:25:55 -07:00
Anirudh Ramanathan 7ad46582d5 Merge branch 'master' into foxish-fix-annotation 2016-10-11 08:20:18 -07:00
Anirudh Ramanathan 61577a2361 Merge branch 'master' into foxish-fix-link 2016-10-11 08:20:03 -07:00
Lucas Käldström 23d7719663 Move kubeadm reference, add a navigation link to it and assignees 2016-10-11 09:01:12 +03:00
devin-donnelly 2928804b6e Merge pull request #1292 from soltysh/generators
Add generators section in kubectl conventions
2016-10-10 16:14:39 -07:00
anatoly techtonik ddf0061ecf Merge branch 'master' into patch-2 2016-10-11 00:36:19 +03:00
James Munnelly 65e8941239 Add kubeadm reference docs 2016-10-10 20:31:29 +01:00
anatoly techtonik 97aa665e14 Make link portable 2016-10-10 10:50:49 +03:00
anatoly techtonik 7143b1e782 More broken links 2016-10-09 19:14:02 +03:00
anatoly techtonik 5fabbd59d0 Update kubectl-overview.md 2016-10-09 17:30:38 +03:00
anatoly techtonik 95b028be80 Update kubectl-overview.md
Add link to kubectl installation instructions
2016-10-09 17:29:57 +03:00
anatoly techtonik 58ae316dfe Update kubectl-overview.md
Broken link
2016-10-09 16:42:13 +03:00
Anirudh Ramanathan 63f9993bb0 Init containers are in beta in 1.4 2016-10-08 13:46:38 -07:00
Anirudh Ramanathan ee5b5eea39 Point init containers to documentation
The proposal doesn't reflect reality.
2016-10-08 13:43:19 -07:00
Jerzy Szczepkowski cb9cee5df5 Merge branch 'master' into hpa-doc-fix 2016-10-07 13:52:50 +02:00
Pablo Guerrero cd709f29aa Minor corrections 2016-10-07 08:47:24 +02:00
Łukasz Oleś 8d5a4c0838 Fix kubectl get documentation
- fix list of valid resource types
- fix showing template
  It was fainling with following error message:
  Liquid Warning: Liquid syntax error (line 68): [:dot, "."] is not a valid expression in "{{.status.phase}}" in docs/user-guide/kubectl/kubectl_get.md
2016-10-06 12:00:39 +02:00
Łukasz Oleś 1a17ab3772 Update kubectl address
It fixes kubernetes/kubernetes#33864
2016-10-06 11:40:40 +02:00
Maciej Szulik deae72a03e Add generators section in kubectl conventions 2016-10-06 11:09:17 +02:00
Anirudh Ramanathan e857d466cb Add example for pod using emptyDir 2016-10-05 18:44:15 -07:00
devin-donnelly f382b06a16 Merge branch 'master' into eparis-networkpolicy 2016-10-05 15:56:59 -07:00
devin-donnelly 35e25311b5 Merge pull request #1144 from adieu/format
Some small style tweaks to make pandoc working
2016-10-05 15:44:26 -07:00
devin-donnelly bd0243c797 Merge pull request #1348 from IanLewis/thirdpartyresource-doc
Created new ThirdPartyResource Glossary page.
2016-10-05 14:15:31 -07:00
devin-donnelly 69cec55b6c Merge pull request #1357 from jonboulle/patch-1
docs/pods: update reference to pets
2016-10-05 14:13:46 -07:00
devin-donnelly c6142f4943 Merge pull request #1358 from jouve/get_resource
update resources available for kubeclt get
2016-10-05 14:13:09 -07:00
devin-donnelly ee68bec54d Merge pull request #1367 from SimenB/patch-1
Update rolling-updates.md
2016-10-05 14:12:15 -07:00
devin-donnelly 2940905cfc Merge pull request #1372 from jpeeler/secrets-docs
Fix incorrect wording with secrets
2016-10-05 14:11:48 -07:00
Theotime Leveque a1d122f85b Fix kubectl 404 2016-10-05 15:37:47 -04:00
Cyril Jouve ba6747a284 remove scheduledjobs (alpha) 2016-10-05 18:54:58 +02:00
Jeff Peeler bdb7016f41 Fix incorrect wording with secrets
1) The example given in the section "Using Secrets as Environment
Variables" incorrectly stated the secret was using a volume.

2) The commands used to produce secrets in the section "Use-Case: Pods
with prod / test credentials" has been modified such that the literal
used matches the text for what expected files should be on the
filesystem (changed user to username).
2016-10-04 16:37:24 -04:00
Jerzy Szczepkowski 85486f968d Merge branch 'master' into hpa-doc-fix 2016-10-04 11:40:09 +02:00
devin-donnelly 8cf8430ad8 Merge pull request #1366 from caesarxuchao/fix-gc-newline
Fix an formatting issue in the garbage collection doc
2016-10-03 14:55:11 -07:00
devin-donnelly a59bbd093e Merge pull request #1344 from janetkuo/fix-kubectl-404
Fix kubectl 404
2016-10-03 14:46:52 -07:00
Jonathan Boulle 485fb3e788 docs/pods: update reference to pets
Now that PetSets are implemented we can link there.
2016-10-03 20:27:18 +02:00
Jerzy Szczepkowski 835a939da9 Merge branch 'master' into hpa-doc-fix 2016-10-03 12:34:12 +02:00
Simen Bekkhus a163701fc4 Update rolling-updates.md 2016-10-03 10:51:38 +02:00
Chao Xu 5d80dec66e fix newlines 2016-10-02 22:11:04 -07:00
Jared 5db693f5d2 Merge pull request #1349 from webwurst/patch-1
Fix urls
2016-09-30 18:12:03 -07:00
Steven Pousty d59443b6fb Clarifying the purpose and intended use of a ConfigMap 2016-09-30 14:44:18 -07:00
Cyril Jouve b316d1acb3 update resources available for kubeclt get 2016-09-30 17:16:34 +02:00
Jerzy Szczepkowski 95e92ad547 Updated hpa config file to the latest API version.
Updated hpa config file to the latest API version.
2016-09-30 11:06:51 +02:00
Tobias Bradtke 2b2d8dc0bc Fix urls 2016-09-29 12:23:37 +02:00
Michail Kargakis 55017a1f27 Fix note for paused deployments 2016-09-29 12:07:27 +02:00
Ian Lewis 3965d87cec Created new ThirdPartyResource Glossary page.
1. Created a new page for the ThirdPartyResource object.
2. Added a link for the new page to the Glossary menu.
2016-09-29 17:34:39 +09:00
Janet Kuo 28a0bcb969 Run the script to fix kubectl 404 issue 2016-09-28 15:32:14 -07:00
devin-donnelly 9cd34ffcda Merge pull request #1308 from YuPengZTE/devVS
The VS and dot is seprated
2016-09-27 15:34:14 -07:00
Eric Tune ef07e501f0 Document writing portable config with storage 2016-09-27 08:26:49 -07:00
adieu c42b866ad2 Minor style tweaks. 2016-09-27 17:12:02 +08:00
adieu 838352ff6e Change files in dos format to unix format. Removing ^M. 2016-09-27 17:12:02 +08:00
ankurshukla 4634a4b703 added Nuage Network to partner section
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-09-27 14:28:13 +08:00
David Oppenheimer 034f9a808d Update user-guide/node-selection/index.md to include pod affinity/anti-affinity
and addd an example. Also clean up user-guide/node-selection/index.md a bit.
2016-09-26 15:46:51 -07:00
devin-donnelly a581b8087e Merge pull request #1011 from aidevops/master
updated access to cluster/api w/o proxy post kube v1.3.2
2016-09-26 13:30:02 -07:00
devin-donnelly d0e15b0f38 Merge pull request #1247 from samos123/update-demo-fixes
Fix update documentation reference to doc location
2016-09-26 13:23:58 -07:00
devin-donnelly 6bad1e3ce2 Merge pull request #1282 from YuPengZTE/dev
The etc and dot is seprated
2016-09-26 13:17:53 -07:00
devin-donnelly e53615460d Merge pull request #1283 from YuPengZTE/devFirst
Capitalizes the first letter
2016-09-26 13:16:46 -07:00
devin-donnelly 53f0dbbe8a Merge pull request #1259 from chmouel/patch-1
minor spelling update
2016-09-26 13:16:05 -07:00
Devin Donnelly fae6e5b331 Added Federation docs to TOC (in reference for now; this is not where they should permanently go).
This should fix the issue where TOCs and Titles do not appear for Federation docs.
2016-09-26 11:37:58 -07:00
Devin Donnelly 8ea18355d1 Added title. 2016-09-26 11:27:32 -07:00
Devin Donnelly 16a304f77a Added title. 2016-09-26 11:18:13 -07:00
Devin Donnelly d30443d659 Added title. 2016-09-26 11:18:00 -07:00
Devin Donnelly 349f3bc8a5 Added title. 2016-09-26 11:17:45 -07:00
Devin Donnelly 7e53161eec Added a link to Federated Ingress to the list of guides. 2016-09-26 11:17:19 -07:00
Devin Donnelly 83842f10ec Added title. 2016-09-26 11:16:59 -07:00
devin-donnelly 37e296de63 Merge pull request #1267 from quinton-hoole/2016-09-19-federated-ingress-user-guide
Federated Ingress User Guide
2016-09-26 10:34:25 -07:00
devin-donnelly ba97178584 Merge pull request #1235 from keglevich3/patch-3
This feature wasn't ready in 1.3V
2016-09-26 10:34:06 -07:00
Quinton Hoole b28c58a93c Federated Ingress User Guide 2016-09-25 21:24:36 -07:00
devin-donnelly b6809130aa Merge pull request #1226 from wongma7/gluster
Update gluster provisioner parameters
2016-09-25 20:37:42 -07:00
devin-donnelly a6c58ae5eb Merge pull request #1290 from nikhiljindal/replicaSetDoc
federation: Adding user guides for federation replicasets and secrets
2016-09-23 18:16:28 -07:00
nikhiljindal d376fc98ad Adding user guides for federation replicasets and namespaces 2016-09-23 17:54:01 -07:00
Devin Donnelly f4457ae677 Merge remote-tracking branch 'origin' into release-1.4 2016-09-23 16:57:30 -07:00
bprashanth 1675176726 Clarify petset docs 2016-09-22 17:35:12 -07:00
devin-donnelly b7be044e29 Merge pull request #1280 from rata/release-1.4
Fix secret file mode bits example on JSON
2016-09-22 11:15:50 -07:00
nikhiljindal 8be6fc2e1e Deleting empty file 2016-09-22 11:04:06 -07:00
Eric Paris 273ac45bb4 Update networkpolicies.md 2016-09-22 13:18:18 -04:00
Eric Paris a27740b33a Update networkpolicies.md 2016-09-22 13:11:18 -04:00
Eric Paris c31b8d608b Update networkpolicies.md 2016-09-22 12:55:09 -04:00
Eric Paris 3c7d5fc9c6 Update networkpolicies.md 2016-09-22 12:52:39 -04:00
Eric Paris 5a7e1165bb 'namespaceSelector' in the NetworkPolicy example 2016-09-22 11:47:29 -04:00
Matthew Wong 93afc4cb00 Add protocol to resturl format 2016-09-22 11:22:02 -04:00
Chmouel Boudjnah d322b78c53 minor spelling update
using mispellings https://pypi.python.org/pypi/misspellings
2016-09-22 11:48:21 +02:00
YuPengZTE b0d3fd5f6b Capitalizes the first letter
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-09-22 17:07:06 +08:00
YuPengZTE f2b90fa2c3 'etc' should be 'etc.'
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-09-22 16:22:31 +08:00
keglevich3 6446dfe2e8 Changed according to the review 2016-09-22 10:55:16 +03:00
keglevich3 d99af82c5f Merge branch 'master' into patch-3 2016-09-22 10:50:18 +03:00
devin-donnelly f2465eec29 Merge pull request #1158 from pallavagarwal07/patch-1
Fix link to kubectl from docs/user-guide/kubectl/kubectl_version.md
2016-09-21 16:28:25 -07:00
Rodrigo Campos 5319085101 Fix secret file mode bits example on JSON
I tested the example on YAML and, wrongly, asumed that JSON supported it too.

Fixes: https://github.com/kubernetes/kubernetes/issues/33162
2016-09-21 20:14:24 -03:00
devin-donnelly 5e021e8a12 Merge pull request #1270 from derekmahar/patch-1
Correct name of secret in example in "Use-Case: Pod with ssh keys".
2016-09-21 16:10:18 -07:00
devin-donnelly 11a93cf1c5 Merge pull request #1277 from pweil-/fix-broken-yaml
fix broken file reference in PSP guide
2016-09-21 16:06:22 -07:00
devin-donnelly 67ad0e25d0 Merge pull request #1222 from nikhiljindal/NavLinks
Adding references to federation docs on left side navigation
2016-09-21 08:46:20 -07:00
pweil- b1bb2d33b6 fix broken file reference 2016-09-21 03:37:16 -04:00
nikhiljindal 6959d60797 Adding an empty sj.yaml file to fix netlify 2016-09-20 15:06:21 -07:00
Derek Mahar b3d167cfc2 Correct name of secret in example in "Use-Case: Pod with ssh keys".
In the example in section "Use-Case: Pod with ssh keys", change name of new SSH secret from "my-secret" to "ssh-key-secret" to match that in the subsequent pod specification that references the secret.
2016-09-20 13:01:18 -04:00
Pablo Guerrero 2d4f77995d Minor typo correction 2016-09-20 08:57:00 +02:00
devin-donnelly 669598ca07 Merge pull request #1233 from jsafrane/update-stroageclass
Update StorageClass API endpoint
2016-09-19 14:51:55 -07:00
devin-donnelly 79496bb686 Merge pull request #1258 from krmayankk/fix_drain
fix minor documentation issues
2016-09-19 14:40:52 -07:00
devin-donnelly f1b0476c88 Merge pull request #1263 from chuckbutler/cephfs-example
Update link to cephfs example
2016-09-19 14:38:14 -07:00
Chris Kim c2c95999f3 Fix typo in kubeconfig-file.md 2016-09-19 17:31:01 -04:00
Charles Butler a2869a4314 Update link to cephfs example
Closes #1262
2016-09-19 13:39:39 -05:00
bprashanth 75531c6315 Clarify Ingress multizone docs. 2016-09-19 11:19:58 -07:00
John Torres bf8daae076 Merge branch 'master' into master 2016-09-19 09:35:29 -05:00
Mayank Kumar 68334c0025 fix minor documentation issues 2016-09-19 01:07:05 -07:00
Jan Safranek 3bdaf76759 Update StorageClass API endpoint
It has been moved from extensions/ to storage.k8s.io/ in 1.4.
2016-09-19 09:40:19 +02:00
Sam Stoelinga bf8b978cc9 Fix update-demo references to doc location
It seems docs were moved from kubernetes repo and now
live in the website repo. I've updated the update-demo docs
to work again with actual references.
2016-09-16 13:37:25 -07:00
Matthew Wong fe499ca73e Update StorageClass docs
This reverts commit f4c98ddce7.
2016-09-16 10:33:33 -04:00
Matthew Wong 9c00377c7c Add section on Storage Classes to PV doc
This reverts commit 5099afc2c4.
2016-09-16 10:32:30 -04:00
devin-donnelly 946fe493b8 Merge pull request #1127 from caesarxuchao/client-go-doc
Add client-go in the accessing cluster doc
2016-09-15 15:38:09 -07:00
devin-donnelly 6dd2eae873 Merge pull request #1152 from caesarxuchao/update-gc
[GarbageCollector] update user guide
2016-09-15 15:36:42 -07:00
Devin Donnelly e0cde221b4 Merge remote-tracking branch 'origin' into release-1.4 2016-09-15 14:40:22 -07:00
devin-donnelly f602a1ee9f Merge pull request #1224 from nikhiljindal/fedEvents
Adding user guides for federation events and namespaces
2016-09-15 14:13:47 -07:00
Matthew Wong c77492ab79 Update gluster provisioner parameters 2016-09-15 15:41:05 -04:00
keglevich3 6697485f54 This feature wasn't ready in 1.3V 2016-09-15 17:19:13 +03:00
Pallav Agarwal 36fefcf873 Correct broken links - fix #1154, fix #1161, fix #1162, fix #1163
Fix some broken links in documentation, as well as add a dummy page
for single-node docker with deprecation notice to prevent error with
old links.
2016-09-15 17:26:29 +05:30
Chao Xu 2be2ac9cec update gc doc 2016-09-14 22:24:32 -07:00
Chao Xu 1ba01e4a22 add client-go 2016-09-14 22:22:52 -07:00
devin-donnelly fdf71d832f Merge pull request #1063 from therc/patch-3
Add ExternalName to service docs
2016-09-14 17:05:54 -07:00
devin-donnelly f0e8e36b58 Merge pull request #1206 from pweil-/psp-docs-1.4
Create a ref doc for pod security policy
2016-09-14 16:02:30 -07:00
Matthew Wong 5099afc2c4 Revert "Merge pull request #1064 from wongma7/storage-class"
This reverts commit 086c65ab61, reversing
changes made to e802d51435.
2016-09-14 18:29:46 -04:00
Matthew Wong f4c98ddce7 Revert "Update StorageClass docs (#1121)"
This reverts commit 86975061d7.
2016-09-14 18:29:46 -04:00
nikhiljindal 27f0b6f2a6 Adding user guides for federation events and ns 2016-09-14 13:48:32 -07:00
John Torres fd9ecc38c3 Merge branch 'master' into master 2016-09-14 15:06:17 -04:00
Rudi C 462f581789 Update user guide for ExternalName services
This is the documentation part of  kubernetes/features#33

cc @kubernetes/docs @thockin @smarterclayton
2016-09-14 09:30:49 +02:00
pweil- 01fe9bf1f2 psp initial documentation 2016-09-14 02:54:09 -04:00
devin-donnelly 26d8a596b8 Merge pull request #1178 from rata/release-1.4
Add documentation for secret, configmap and downwardAPI file permissions for 1.4 release
2016-09-13 16:54:08 -07:00
devin-donnelly 6b0c81ae43 Merge pull request #1194 from hellwen/patch-1
Update volumes.md
2016-09-13 15:43:03 -07:00
devin-donnelly 5fdc4447bd Merge pull request #1217 from caseydavenport/master
Getting started guide for NetworkPolicy
2016-09-13 15:32:52 -07:00
John Torres 0a519300f7 Merge branch 'master' into master 2016-09-13 14:51:14 -04:00
Casey Davenport 3dc824673f Split out Calico bits 2016-09-12 19:24:24 -07:00
Matthew Fisher a0cecd07cb GCE runs the l7 cluster addon on the master 2016-09-12 15:30:35 -07:00
Casey Davenport 5ce89f84f3 Getting started guide which walks through using NetworkPolicy 2016-09-12 15:29:11 -07:00
Devin Donnelly 319ef0623f Merge branch 'master' into release-1.4 2016-09-12 15:10:12 -07:00
John Torres 93a39ee3d6 Merge branch 'master' into master 2016-09-12 17:55:24 -04:00
John Torres 6c4163fa64 updates based on comments from @devin-donnelly 2016-09-11 16:41:02 -04:00
John Torres c558fb5701 Merge branch 'master' into master 2016-09-11 13:31:46 -07:00
chrislovecnm 26cbacc3d6 fixing a couple of commands, and adding an echo 2016-09-10 14:31:35 -06:00
devin-donnelly 45e25747df Merge pull request #1067 from johscheuer/add-quobyte-volume-1.4
Add Quobyte volumes in docs
2016-09-09 15:51:20 -07:00
devin-donnelly 88120bb8a8 Merge pull request #1106 from erickhun/patch-1
Update command to show labels on nodes
2016-09-09 15:37:53 -07:00