Commit Graph

311 Commits

Author SHA1 Message Date
devin-donnelly 873cef7109 Merge pull request #1615 from linfan/master
Add limitation note of using host-port
2016-11-21 16:49:32 -08:00
devin-donnelly fb38685529 Merge pull request #1617 from mkulke/adjust-node-hostname-docs
Updated the NodeHostname entry.
2016-11-21 16:49:07 -08:00
devin-donnelly 7c86da9e9a Merge pull request #1642 from travissalascox/master
Update dns.md
2016-11-21 16:39:22 -08:00
devin-donnelly c3de6fa5e7 Merge pull request #1700 from chrismarino/chrismarino-patch
Invalid characters
2016-11-21 14:47:46 -08:00
devin-donnelly ca7e03fd77 Merge pull request #1714 from bacongobbler/rbac-move-superuser-flag
move "Privilege Escalation Prevention and Bootstrapping closer
2016-11-21 14:47:11 -08:00
Jared 3dc6120e8e Merge branch 'master' into adjust-node-hostname-docs 2016-11-21 14:33:26 -08:00
devin-donnelly 0d3e850b0c Merge pull request #1738 from ahmetalpbalkan/patch-6
Fix code block rendering issue
2016-11-21 14:22:56 -08:00
Jared bd02d27d11 Merge branch 'master' into patch-2 2016-11-21 14:21:11 -08:00
devin-donnelly ab80f27df2 Merge pull request #1742 from caseydavenport/update-calico-links
Update Calico links to new docs
2016-11-21 14:15:42 -08:00
Jared 1e1db181e1 Merge branch 'master' into patch-2 2016-11-21 14:07:47 -08:00
Jared a2dff8d479 Add TOC 2016-11-21 14:07:09 -08:00
Jared ae49f9ec3f Merge branch 'master' into patch-2 2016-11-21 13:59:07 -08:00
Jared cf5d62be14 Merge branch 'master' into front-proxy 2016-11-21 13:59:03 -08:00
Jared 3797f7015f Update Weave Link 2016-11-21 13:29:52 -08:00
Jared 2f0347a4b5 Merge branch 'master' into adjust-node-hostname-docs 2016-11-21 13:27:28 -08:00
Jared 53cd650dc0 Merge branch 'master' into patch-2 2016-11-21 13:27:20 -08:00
Jared 261403297f Merge branch 'master' into front-proxy 2016-11-21 13:27:17 -08:00
chrismarino ce2e9950fc Merge branch 'master' into chrismarino-patch 2016-11-21 13:27:09 -08:00
Jared be9878bd41 Merge branch 'master' into kubenet-note 2016-11-21 12:13:48 -08:00
Jared 4b198e0995 Merge branch 'master' into dns-troubleshooting 2016-11-21 11:43:19 -08:00
Casey Davenport 27d7d4fba3 Update Calico links to new docs 2016-11-20 17:14:33 -05:00
Ahmet Alp Balkan 083f07af4a Fix code block rendering issue
Added an extra new line before triple-backtick for proper rendering on the website.
2016-11-19 18:27:18 -08:00
Casey Davenport a8e129af83 Sort network plugins alphabetically. (#1583) 2016-11-19 14:52:21 -08:00
Matthew Fisher fdf250f86e move "Privilege Escalation Prevention and Bootstrapping closer
This way users don't have to read to the bottom to realize they need to add
--authorization-rbac-super-user=admin to their cluster when bootstrapping for the first time.

🐑
2016-11-17 13:05:45 -08:00
chrismarino 087f5fbbc5 Invalid characters
Invalid character prevented this page from rendering properly.
2016-11-16 08:11:48 -08:00
chrismarino 0bb20de3a4 Fix broken link by removing invalid characters.... (#1605)
* Fix broken link by removing invalid characters....

The link to this page is broken because of invalid characters introduced with PR #1549.

* Update networking.md
2016-11-16 06:39:54 +01:00
Tim Hockin f855c8a599 Merge branch 'master' into master 2016-11-15 09:20:51 +01:00
TRAVIS ALLEN SALAS COX 215dca8e8b Update dns.md
This should at least fix a broken link referenced in [#1640](https://github.com/kubernetes/kubernetes.github.io/issues/1640). Looks like a lot of information was taking out of [this](https://github.com/kubernetes/kubernetes/tree/master/build-tools/kube-dns) README.md recently, if you'd like i can delete the reference section completely if it is out of date and/or no longer needed.
2016-11-07 13:27:27 -06:00
Lucas Käldström 05f67bad8f Update the kubeadm documentation to reflect the new release 2016-11-06 15:29:11 -08:00
Magnus Kulke 38385006ef Fixed spelling 2016-11-04 13:56:13 +01:00
Fan Lin 47b59475cc Add limitation note of using host-port 2016-11-04 09:03:48 +08:00
Magnus Kulke 0a8408081c Updated the NodeHostname entry. 2016-11-03 20:28:51 +01:00
Dominic001 4641c5f602 Merge branch 'master' into patch-2 2016-11-03 11:37:36 +01:00
devin-donnelly 28925a0620 Merge pull request #1580 from caseydavenport/fix-calico-kubeadm-links
Update Calico add-on link
2016-11-02 15:18:01 -07:00
devin-donnelly aa995dded1 Merge pull request #1546 from soltysh/update_api_reference
Updated imported docs with ./update-imported-docs.sh
2016-11-02 15:16:39 -07:00
deads2k c01dcf1a94 document authenticating proxy: 2016-11-01 08:42:59 -04:00
Dominic001 f6f0da2f9a more generic patch
use kubectl exec command so we dont have to worry about container type
2016-10-29 01:48:34 +02:00
Dominic001 f83b95234a more explicit etcdctl description
assuming that kubernetes is almost always used with docker. In case other container solutions as lxc are integrated this section
will need further revision. Just using the bare etcl command is a bit too less, at least there should be a hint that you log in into the container.
2016-10-28 22:49:17 +02:00
Zihong Zheng b72518e69c Add troubleshooting section to kube-dns readme 2016-10-28 09:39:32 -07:00
Casey Davenport 4ba092ae12 Update Calico add-on link 2016-10-28 08:46:27 -07:00
Maciej Szulik 541ca2c426 Small corrections how to curl eviction endpoint 2016-10-28 11:47:29 +02:00
Maciej Szulik b506e647f3 Updated imported docs with ./update-imported-docs.sh 2016-10-28 11:28:17 +02:00
Bryan Boreham 3f8d2817ce Merge branch 'master' into kubenet-note 2016-10-25 10:26:30 +01:00
Chris Marino 08d1ecd1df Kubeadm consistency 2016-10-24 16:25:58 -07:00
Chris Marino 0bfafbf6a8 Markdown error... 2016-10-24 16:22:55 -07:00
Chris Marino 2232e063aa Edits for consistency..
Kubeadmin, etc.
2016-10-24 16:00:28 -07:00
chrismarino 677699245e Merge branch 'master' into master 2016-10-24 10:01:27 -07:00
Joe Beda 71de608f4d Document kubeadm evn variables 2016-10-24 09:41:39 -07:00
Joe Beda e21ed27c58 Document kubeadm automation. 2016-10-24 09:41:39 -07:00
chrismarino b62a718bca Merge branch 'master' into master 2016-10-24 09:27:22 -07:00