Commit Graph

3860 Commits (dfb8b79b15ddea13a96fefee9dd30666ca1b7464)

Author SHA1 Message Date
Jorge O. Castro e054a46586 Fix titles. 2017-01-10 20:55:43 -05:00
Jorge O. Castro 7e89440f88 Fix whitespace so table renders properly. 2017-01-10 20:14:25 -05: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 d7f765b721 Merge pull request #2187 from kubernetes/chenopis-patch-2
Fixed broken link
2017-01-10 16:09:48 -08:00
devin-donnelly c11346831a Merge pull request #1932 from castrojo/ubuntu-lifecycle-revisions
Restructure the Ubuntu Getting Started section.
2017-01-10 16:04:36 -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
Steve Perry b88f3968bf Merge pull request #2191 from steveperry-53/link
Remove link that goes nowhere.
2017-01-10 15:53:38 -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
Janet Kuo 9554380515 Skip some folders
1. Update the script to skip checking a whole folder
2. Skip checking auto-generated kubectl docs since they already work without title
3. Remove some skipped files in skip_toc_check.txt since we can now skip a folder
2017-01-10 15:23:43 -08:00
devin-donnelly 9c127908c3 Update skip_title_check.txt 2017-01-10 15:09:18 -08:00
Janet Kuo d879046fc4 Add script for checking titles 2017-01-10 15:08:10 -08:00
Jorge O. Castro ec5d9b0ec6 Restructure the Ubuntu Getting Started Section.
- This supercedes PR #1770
 - This breaks up the section from one huge installation page into:
   - A new index page.
   - New support grid with commercial and community support options.
   - Move to lifecycle-based pages based on operational tasks.
     - Add support for local deployments via LXD.
       - Added screenshots to images/docs/ubuntu
     - Add backup page.
     - Add decommissioning page.
     - Add a glossary of terms page.
     - Rewritten installation page.
     - Add logging page.
     - Add monitoring page.
     - Add networking page, flannel only for now, calico in progress.
     - Add a scaling page.
     - Add a security page.
     - Add a storage page.
     - Add a troubleshooting page.
     - Add an upgrade page.
     - Add a cluster validation page.
     - Add new ubuntu content to the index page.
       - Add Ubuntu to _data TOC.
     - Add warning about choosing ipv6 with LXD, thanks Ed Baluf.
     - Template-ize all the pages per jaredb's review.
2017-01-10 17:48:19 -05:00
Tim Hockin 586656c027 Remove CNAME, proxy manually (#2189) 2017-01-10 14:36:04 -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
Andrew Chen 01ec3ecf82 Fixed broken link
[core API group] should link to (/docs/api/)
2017-01-10 13:58:04 -08:00
Jared 3bca509c69 Update docker.md 2017-01-10 13:41:30 -08: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
Erik Nelson 7eff877bc7 Update centos_manual_config.md (#2133)
Update flanneld config to reflect new configuration variables.
2017-01-09 16:49:51 -08:00
devin-donnelly 71ae21628a Merge pull request #2177 from devin-donnelly/titles-updates
Updates for missing titles from PR#2151
2017-01-09 16:42:16 -08:00
Devin Donnelly 4d95032f4e Merge remote-tracking branch 'upstream/master' into titles-updates 2017-01-09 16:37:20 -08:00
Devin Donnelly 0bb7c0fe08 Added missing titles to Minikube tutorial and Stackpoint GS guide. 2017-01-09 16:36:13 -08:00
devin-donnelly 2ace8a3812 Merge pull request #2174 from lavalamp/master
Remove lavalamp from docs he doesn't know anything about
2017-01-09 16:26:04 -08:00
Alexander Ilyin bb7631d74e Example of `/etc/sysconfig/flanneld` is not valid (#2135)
* Example of `/etc/sysconfig/flanneld` is not valid

Configuration keys were different, I got those errors when followed steps from docs:
```
[ailyin@elite ~]$ systemctl status flanneld.service
● flanneld.service - Flanneld overlay address etcd agent
   Loaded: loaded (/usr/lib/systemd/system/flanneld.service; enabled; vendor preset: disabled)
   Active: activating (start) since Wed 2017-01-04 19:00:21 EST; 34s ago
 Main PID: 4668 (flanneld)
   Memory: 3.5M
   CGroup: /system.slice/flanneld.service
           └─4668 /usr/bin/flanneld -etcd-endpoints= -etcd-prefix=

Jan 04 19:00:46 elite.dev flanneld[4668]: E0104 19:00:46.395562 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:47 elite.dev flanneld[4668]: E0104 19:00:47.395788 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:48 elite.dev flanneld[4668]: E0104 19:00:48.395990 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:49 elite.dev flanneld[4668]: E0104 19:00:49.396141 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:50 elite.dev flanneld[4668]: E0104 19:00:50.396306 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:51 elite.dev flanneld[4668]: E0104 19:00:51.396451 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:52 elite.dev flanneld[4668]: E0104 19:00:52.396572 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:53 elite.dev flanneld[4668]: E0104 19:00:53.396701 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:54 elite.dev flanneld[4668]: E0104 19:00:54.396855 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:55 elite.dev flanneld[4668]: E0104 19:00:55.396992 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
```

* Updated Flanneld configuration example for node (same as for master);
2017-01-09 15:55:10 -08:00
Steve Perry d5a003f710 Merge pull request #2175 from steveperry-53/task-index
Add new topic to Task index page.
2017-01-09 15:24:07 -08:00
steveperry-53 b4568d9a87 Add new topic to Task index page. 2017-01-09 15:20:42 -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
Steve Perry 5030bd2adc Merge pull request #2173 from steveperry-53/resource-man
Blend in content from old production-pods topic.
2017-01-09 14:21:38 -08:00
steveperry-53 b7d76464e0 Blend in content from old production-pods topic. 2017-01-09 14:18:28 -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
Andrew Chen 3f1e560b45 Merge pull request #2147 from leahnp/lpetersen-etcd-link
Updated link for etcd to point at latest docs
2017-01-09 14:15:07 -08:00
Andrew Chen 3ada59ed59 Merge pull request #2167 from ankon/patch-1
Fix the link to the authentication documentation
2017-01-09 13:51:04 -08:00
Steve Perry a9f02c283d Merge pull request #2157 from steveperry-53/init-containers
Write new task: Configuring Pod Initialization.
2017-01-09 13:16:32 -08:00
steveperry-53 205a3007a8 Write new task: Configuring Pod Initialization. 2017-01-09 13:13:26 -08:00
Jared 0d9e5069b2 Update zookeeper.md 2017-01-09 12:36:29 -08:00
devin-donnelly db5d6de44c Merge pull request #2170 from dserodio/patch-2
Fix link to kube-dns docs
2017-01-09 11:50:03 -08:00
devin-donnelly 670242e775 Merge pull request #2168 from procrypt/update_kompose_docs
update_kompose_docs
2017-01-09 11:48:33 -08:00
Daniel Serodio 25db3d2979 Fix link to kube-dns docs
The link to kube-dns is broken, I believe this is the current location of kube-dns documentation.
2017-01-09 14:24:57 -02:00
Abhishek 3ae3208a85 update_kompose_docs 2017-01-09 20:59:15 +05:30
Andreas Kohn 78edbf0f16 Fix the link to the authentication documentation 2017-01-08 11:44:08 +01:00
Leah Petersen e3fd0664a3 updated link for etcd to point at latest docs 2017-01-07 15:04:21 -08:00
Alex Plugaru 5d0991225c Minor typo 2017-01-07 09:43:09 -08:00
Steve Perry ccac29bff3 Merge pull request #2164 from steveperry-53/init
Fix broken link.
2017-01-06 19:53:23 -08:00
steveperry-53 efed20dbe4 Fix broken link. 2017-01-06 19:49:45 -08:00
Steve Perry 9fd5a40de2 Merge pull request #2163 from steveperry-53/tutorial-index-page
Update Tutorials index page and Hello Minikube title.
2017-01-06 19:40:16 -08:00
steveperry-53 3378f558d4 Update Tutorials index page and Hello Minikube title. 2017-01-06 19:36:47 -08:00
Steve Perry 995fd9e071 Merge pull request #2162 from steveperry-53/task-index-page
Update Task index page.
2017-01-06 19:28:16 -08:00