Commit Graph

599 Commits (fac34588ae41d9ef3f3386fb67974d1ea724fb9e)

Author SHA1 Message Date
Jared 0f6b992771 fixed all relative links
Addresses issue: https://github.com/kubernetes/kubernetes.github.io/issues/1944
2017-01-18 16:50:49 -08:00
Jared 9797dee77c Fixed dead link
Fixed dead link to drivers
2017-01-18 16:38:37 -08:00
Peter Lee cd49c123cd fix broken links
fix some broken links in /docs/getting-started-guides/mesos/
2017-01-18 14:03:34 -08:00
Peter Lee f86d09dab3 fix broken link 2017-01-18 12:57:01 +08:00
Jared 7ca44701da Update minikube.md 2017-01-17 16:13:36 -08:00
Jared ac70ebfe06 Merge branch 'master' into patch-1 2017-01-17 16:07:20 -08:00
Francesc Rosas 2495fb890d Fix jsonpath 2017-01-17 16:02:43 -08:00
bruceauyeung 3b163f9fe0 fix-syntax-errors-and-typos
Signed-off-by: bruceauyeung <ouyang.qinhua@zte.com.cn>
2017-01-12 11:08:27 -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
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
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
Jared 3bca509c69 Update docker.md 2017-01-10 13:41:30 -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
Daniel Smith 98d2cb6f44 Remove lavalamp from docs he doesn't know anything about 2017-01-09 15:14:38 -08:00
gavinB-orange e825b4081c Merge branch 'master' into patch-1 2017-01-06 10:44:11 +01:00
gavinB-orange 44bf9cdc85 Merge branch 'master' into patch-1 2017-01-06 10:43:10 +01:00
Devin Donnelly 3303506927 Adds explicit titles to all docs missing them. 2017-01-05 15:14:27 -08:00
Mik Vyatskov 2b386047e8 Add cluster-level logging overview 2017-01-04 14:00:22 +01:00
devin-donnelly f1c6ffec88 Merge pull request #2040 from kad/cloud-config
Append note about content and format of /etc/kubernetes/cloud-config.
2017-01-03 15:33:32 -08:00
Ritesh H Shukla 8097c49444 Getting Started vSphere: Minor formatting fixes 2016-12-29 01:00:46 -08:00
Alexander Kanevskiy 9cd582fd7a Append note about content and format of /etc/kubernetes/cloud-config. 2016-12-28 13:38:09 +02:00
gbzhu 2cc0485a70 fix typos 2016-12-28 17:48:46 +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
Aaron.L.Xu e7d75b39f6 Merge branch 'fix-typos' into master 2016-12-24 12:52:36 +08:00
Ritesh H Shukla 2674cf7573 Merge branch 'master' into update-vsphere-getting-started.kerneltime 2016-12-23 12:58:28 -08: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 5c5ebf0bf1 Some spelling errors in /docs/ 2016-12-23 16:45:56 +08:00
dongziming a129e1c4c1 Spelling errors in /docs/ 2016-12-23 15:59:02 +08:00
Aaron.L.Xu f4ac637e27 Merge pull request #2 from tim-zju/symbolError
fix typos
2016-12-23 11:41:02 +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
tim-zju 19e850743b fix space problems which ide results in
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 20:28:51 +08: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
tim-zju 8edcfc05b8 revert
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 18:17:35 +08:00
SRaddict 5d6a3aaa53 fix a series errors of using "a" and "an" 2016-12-22 16:56:12 +08:00
Ritesh Shukla efdc69bdad Deprecate kube-up
Add information for kubernetes-anywhere
2016-12-21 23:31:56 -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
devin-donnelly e43373ea65 Merge pull request #1995 from king-julien/master
More Description: use the minikube's built-in Docker daemon
2016-12-21 16:30:53 -08:00
devin-donnelly 35b62b0b85 Merge pull request #1641 from newswangerd/improve_centos_guide
Minor fixes to the centos guide to make it easier for beginners to follow
2016-12-21 16:20:03 -08:00
devin-donnelly f31cad0532 Merge pull request #1665 from berrange/fedora-docs-fixes
Fedora docs fixes
2016-12-21 16:19:40 -08:00
devin-donnelly 3abc16aef5 Merge pull request #1835 from Hades32/patch-1
allow copy&paste of sample code
2016-12-21 15:31:43 -08:00
devin-donnelly 2b54bd41ed Merge branch 'master' into master 2016-12-21 15:22:12 -08:00