Commit Graph

933 Commits (0b192ad9ec3219e7fe8ba83c85a460629a278bbf)

Author SHA1 Message Date
Andrew Chen 96efad0f09 Merge pull request #2310 from tolleiv/federation-api-resources
Update Federation API resource listing
2017-01-24 11:10:00 -08:00
Andrew Chen e1724a0155 Merge pull request #2313 from scjane/patch-8
Fixed typos in init-container.md
2017-01-24 11:06:23 -08:00
Jordan Liggitt c407429fe9
Add link to feature issue for TPR 2017-01-24 13:46:13 -05:00
Andrew Chen ed7f520057 Merge pull request #2314 from bruceauyeung/k8s-github-io-fix-unreachable-links
fix unreachable links
2017-01-24 10:27:50 -08:00
Mik Vyatskov a2deedd3f5 Logging sidecar refactoring 2017-01-24 11:24:00 +01:00
Andrew Chen decf02b02f Merge pull request #2171 from tolleiv/update-persistent-volumes
Add Flocker Photon and Quobyte to PV list
2017-01-23 10:57:05 -08:00
Andrew Chen 4be381b23b Merge pull request #2134 from pclinger/patch-1
Fix references to restartPolicy spec location
2017-01-23 10:35:53 -08:00
euan-am b764c58590 Merge branch 'master' into patch-1 2017-01-23 15:43:55 +02:00
bruceauyeung 2efa5ab9d2 fix unreachable links
Signed-off-by: bruceauyeung <ouyang.qinhua@zte.com.cn>
2017-01-22 11:05:04 +08:00
scjane b35d379dd1 Update init-container.md 2017-01-22 10:28:01 +08:00
tolleiv 559f404de7 Update Federation API resource listing 2017-01-21 00:46:43 +01:00
devin-donnelly fac34588ae Merge pull request #2301 from pwittrock/api-ref
Fix Various Issues In Reference Docs
2017-01-20 15:34:20 -08:00
tolleiv 81f59bb256 Add Flocker Photon and Quobyte to PV list 2017-01-20 23:48:34 +01:00
scjane 5738bcfb50 Update garbage-collection.md 2017-01-20 17:50:59 +08:00
scjane b8e105f7a8 Update ui.md 2017-01-20 13:56:00 +08:00
Phillip Wittrock 0e8bb958a5 Delete unused reference generated files 2017-01-19 20:30:41 -08:00
scjane 503ddad7a3 Update quick-start.md 2017-01-20 11:26:02 +08:00
euan-am 354ba65703 Port-forward to local port documentation fix
The port-forward command was incorrect for the documentation description for forwarding a local port to a pod
2017-01-19 10:09:51 +02:00
steveperry-53 ee02a66f12 Remove 3 User Guide topics, redirect to Tasks. 2017-01-18 15:41:54 -08:00
Andrew Chen 6ef6c207f5 Merge pull request #2179 from caiyixiang/patch-4
Update ingress.md
2017-01-18 12:53:48 -08:00
ahawtho 56bac5a749 Fix link on environment-guide
The 'pod definition' link in the 'Query the service' section had an incorrect link.
2017-01-18 09:48:56 -05:00
gregoplex 4fb669be11 Fixed doc typo 2017-01-17 20:35:24 -05:00
Janet Kuo 4ef058c970 Use {{page.version}} instead of hard-coded release number 2017-01-17 17:00:43 -08:00
Steve Perry 4b722c9c2a Merge branch 'master' into stackdriver-docs-refactoring-2 2017-01-17 16:34:13 -08:00
caiyixiang 4bd2d4ce8e Update ingress.md 2017-01-18 08:33:28 +08:00
caiyixiang 1e40f9fea5 Update index.md 2017-01-17 16:29:13 -08:00
Steve Perry 7a773baa52 Merge branch 'master' into env-yaml 2017-01-17 16:17:57 -08:00
Steve Perry 775b9d0681 Merge branch 'master' into redirect-production-pods 2017-01-17 16:11:37 -08:00
Jared 0286b535be Merge pull request #2242 from xialonglee/patch-1
fix the named anchor
2017-01-17 11:23:53 -08:00
Steve Perry 416ab397a7 Merge branch 'master' into redirect-production-pods 2017-01-17 11:19:14 -08:00
Steve Perry 4e4dcbf50b Merge branch 'master' into env-yaml 2017-01-17 11:16:04 -08:00
Jared f83bd527d4 Renamed "Petset" to Statefulset
Renamed feature, fixed link

https://github.com/kubernetes/kubernetes.github.io/issues/2240
2017-01-17 10:52:12 -08:00
Peter Lee 4f3c295182 fix the named anchor
name anchor `loading-and-merging` should be `loading-and-merging-rules`
2017-01-15 23:09:45 +08:00
caiyixiang b9c0d80bbc Update ingress.md 2017-01-14 15:07:09 +08:00
Andrew Chen 06d21c950f Merge branch 'master' into patch-1 2017-01-13 17:40:03 -08:00
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