Commit Graph

4560 Commits (daded6b51a4237350c00bc664778946587bf141e)

Author SHA1 Message Date
Phillip Wittrock a103fe4537 Merge pull request #2095 from benbalter/dont-assign-page
Don't overwrite the global page object
2017-01-03 10:58:26 -08:00
devin-donnelly 31bcde9122 Update deprecation-policy.md 2017-01-03 10:55:16 -08:00
devin-donnelly 3ff8fd7a2c Update deprecation-policy.md 2017-01-03 10:48:19 -08:00
Daniel Smith 9e4d2515a4 Remove myself from OWNERS
I don't want to block doc changes.
2017-01-03 10:24:15 -08:00
Ben Balter b6430e49ac Merge branch 'master' into dont-assign-page 2017-01-03 10:15:34 -05:00
tanshanshan a95cfcddf2 replace hack/build-go.sh with make 2017-01-03 16:46:57 +08:00
Tim Hockin 476fbee334 Convert to pure ASCII (#2110) 2017-01-03 00:28:28 -08:00
Tim Hockin 6ebd94302d Add deprecation policy (#1856) 2017-01-02 23:43:12 -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
Josh Mize f5ad6db8c2 Fix #1552: dead link to kube-dns/README.md
Fix dead link caused by renaming build-tools back to build in https://github.com/kubernetes/kubernetes/issues/38126
2016-12-31 06:59:03 -06:00
Ben Balter eb4cbf9ef0
Don't overwrite the global `page` object when building the table of contents 2016-12-30 12:49:42 -05:00
James Gregory 8f100ece83 Fix "Deploying applications" link 2016-12-30 15:54:29 +11:00
xilabao 8cc00e2d6c Merge branch 'master' into patch-1 2016-12-30 08:35:04 +08:00
devin-donnelly 10a57f1e61 Merge pull request #2090 from jaredbischof/jaredbischof-patch-1
Headless service spec missing attribute
2016-12-29 15:32:18 -08:00
devin-donnelly e516d18ed0 Merge pull request #1962 from chentao1596/kubelet-network-kubenet
Delete descriptions which related with removed or deprecated values
2016-12-29 14:58:11 -08:00
devin-donnelly 547b578761 Merge pull request #2080 from krmayankk/disrupt
add title for pod disruption budget
2016-12-29 14:46:41 -08:00
devin-donnelly 10cfe97634 Merge pull request #2081 from kerneltime/patch-2
Getting Started vSphere: Minor formatting fixes
2016-12-29 14:44:45 -08:00
Jared Bischof a5ebaa54ff Headless service spec missing attribute
The headless service spec example requires the attribute clusterIP: None. Without this, the service that is created is not headless and the two example pods will not be able to nslookup one another.
2016-12-29 16:34:27 -06:00
Ritesh H Shukla 8097c49444 Getting Started vSphere: Minor formatting fixes 2016-12-29 01:00:46 -08:00
Mayank Kumar 40841e0e70 add title for pod disruption budget 2016-12-29 00:12:50 -08:00
Jeff Sloyer 7e4ef9a0be Merge branch 'master' into all-user-doc 2016-12-28 22:00:03 -05:00
devin-donnelly e2b16a577c Merge pull request #2076 from kubernetes/devin-donnelly-patch-5
Remove in-page TOC from Tools
2016-12-28 15:19:31 -08:00
devin-donnelly 6d8fc84c90 Update index.md 2016-12-28 15:14:23 -08:00
Jared 535b2db50d Merge pull request #2075 from kubernetes/devin-donnelly-patch-4
Add left nav TOC to Tools Page
2016-12-28 15:12:11 -08:00
devin-donnelly 92ee7b2e7e Remove in-page TOC from Tools 2016-12-28 15:06:03 -08:00
devin-donnelly b3a6da7a90 Update tools.yml 2016-12-28 15:05:18 -08:00
devin-donnelly 7e54f57d45 Update tools.yml 2016-12-28 15:02:04 -08:00
devin-donnelly bfca1137f3 Update tools.yml 2016-12-28 14:56:47 -08:00
devin-donnelly 6506678c49 Merge pull request #2067 from gbzhu/k8s_modify
fix typos
2016-12-28 14:27:23 -08:00
devin-donnelly 10b7cfe62a Merge pull request #2070 from the-gigi/patch-1
Recycling policy --> Reclaiming policy
2016-12-28 14:26:18 -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
Alexander Kanevskiy 9cd582fd7a Append note about content and format of /etc/kubernetes/cloud-config. 2016-12-28 13:38:09 +02: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
chentao 99f964e072 Delete descriptions which related with removed or depreated values 2016-12-28 14:26:48 +08:00
Janet Kuo 89765673af Update verify TOC rules for index.md 2016-12-27 16:36:39 -08:00
Janet Kuo 2f16fce28b Add script for verifying docs without entry 2016-12-27 16:03:37 -08:00
Steve Perry da5c6e41c2 Merge pull request #1940 from waprin/minikube_quickstart
Add minikube quickstart
2016-12-27 15:25:09 -08:00
Bill Prin 86b76fffba Minikube Quickstart 2016-12-27 15:02:39 -08:00
devin-donnelly f8ab3f70fe Merge pull request #2021 from kerneltime/update-vsphere-getting-started.kerneltime
Deprecate kube-up, update getting started with kube-anywhere.
2016-12-27 14:42:10 -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
devin-donnelly 6f27d40f13 Merge pull request #2054 from stkevintan/patch-2
[JS code style]Fix some irregular coding & Uniform indent
2016-12-27 14:40:08 -08:00
Anirudh Ramanathan 2ec43d6d51 Merge branch 'master' into fix-commands 2016-12-27 14:35:42 -08:00
devin-donnelly 964efa0054 Merge pull request #2062 from kubernetes/chenopis-patch-1
fix typo: remove "the the" in zookeeper.md
2016-12-27 14:31:23 -08:00
chenopis 322486bc4f fix typo: remove "the the" in zookeeper.md
In Managing the ZooKeeper Process : Handling Process Failure : paragraph 4 :
"The command used as the container's entry point has PID 1, and the the ZooKeeper process, a child of the entry point, has PID 23." =>
"The command used as the container's entry point has PID 1, and the ZooKeeper process, a child of the entry point, has PID 23."
2016-12-27 14:17:16 -08:00
Jared ddebf9b1a0 Merge pull request #2036 from cloudteam2016/fix-typos
[combined] Fix typos
2016-12-27 13:59:16 -08:00