Commit Graph

3778 Commits (7bd4d8ba44079136835ece48e4f8d07ef46928ed)

Author SHA1 Message Date
Andrew Chen 6a4d6e6b19 Merge pull request #2202 from chuckbutler/patch-1
Fix final screenshot
2017-01-11 18:17:12 -08:00
Andrew Chen cdb7221022 Merge branch 'master' into chenopis-patch-3 2017-01-11 18:15:11 -08:00
Andrew Chen c43347bb35 Merge branch 'master' into chenopis-patch-4 2017-01-11 18:15:00 -08:00
Andrew Chen a8fd428268 Merge pull request #2166 from xarg/patch-1
Minor typo
2017-01-11 17:27:38 -08:00
Andrew Chen 66f1544194 Merge branch 'master' into chenopis-patch-3 2017-01-11 17:09:10 -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 54519b72f9 Fix code and fix link to code. 2017-01-11 14:31:32 -08:00
Jared 5ab052ad89 Fix broken minikube link
Fixes broken link: https://github.com/kubernetes/kubernetes.github.io/issues/2201
2017-01-11 11:25:24 -08:00
steveperry-53 8048e7d2fc Fix link. 2017-01-11 10:43:42 -08:00
Steve Perry a725237f40 Merge pull request #2203 from steveperry-53/criteria-list
Fix invisible bulleted list.
2017-01-11 08:43:31 -08:00
steveperry-53 0e497739ec Fix invisible bulleted list. 2017-01-11 08:37:43 -08:00
Steve Perry c5ba0a9f8d Merge pull request #2176 from steveperry-53/contribution-guide
Add instructions for putting title in front matter.
2017-01-11 08:28:53 -08:00
steveperry-53 6dba587d19 Add instructions for putting title in front matter. 2017-01-11 08:24:31 -08:00
Charles Butler 4a11f39793 Fix final screenshot
Corrected a typo breaking an image link under lxd local development.
2017-01-11 09:45:27 -06:00
caiyixiang 0d5269fbd9 Update security-context.md 2017-01-11 16:59:03 +08:00
Tim Hockin dbcb3ba860 Create CNAME 2017-01-10 23:54:33 -08:00
caiyixiang 2599fa2fcf Merge branch 'master' into patch-5 2017-01-11 11:02:30 +08:00
devin-donnelly 805f906207 Merge pull request #2194 from castrojo/fix-ubuntu-support-table
Fix whitespace so table renders properly.
2017-01-10 18:17:22 -08:00
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