Steve Perry
9b31b9a4d3
Add trailing slashes to reduce redirects. ( #5592 )
2017-09-23 03:41:18 -07:00
Stewart-YU
88b4eeca2b
Update create-cluster-kubeadm.md ( #5369 )
...
* Update fedora_ansible_config.md
Fix format.
* Update create-cluster-kubeadm.md
Fix format: add a blank line.
* Update vsphere.md
Fix leading spaces in commands.
* Update fedora_ansible_config.md again
2017-09-21 17:01:45 -05:00
lemon-tree
eb443b0b7d
Update install-kubeadm.md
...
Added the lost period, and modified the layout in some lines.
2017-09-13 19:34:15 +08:00
Stewart-YU
f179452a9a
Update create-cluster-kubeadm.md ( #5318 )
...
Fix leading spaces in commands.
2017-09-08 17:49:56 -07:00
Andrew Chen
838312e431
Merge pull request #5162 from netroby/pr/fix-centos-doc
...
Fix document style
2017-09-01 16:44:21 -07:00
Murali Reddy
195533d412
kubernetes cluster setup with kube-router using kubeadm
2017-08-25 11:13:23 +05:30
huzhifeng
8a46359353
Fix document style
...
Signed-off-by: huzhifeng <huzhifeng@douyu.tv>
2017-08-23 09:00:23 +08:00
Weibin Lin
7f01590fe3
Update create-cluster-kubeadm.md
...
adjust format
2017-08-21 16:12:42 -07:00
netroby
910e35c457
Tips for centos to resolve startup problem ( #4755 )
...
* Tips for centos to resolve startup problem
* Update document to diagnose centos setup problem
* Update create-cluster-kubeadm.md
2017-08-18 12:06:59 -07:00
IrinaAndronachi
c029a9ddb4
The output of removal of taint should be untainted ( #4720 )
2017-08-17 16:24:33 -07:00
Lion-Wei
41a710b58f
Update create-cluster-kubeadm.md ( #4948 )
2017-08-17 15:50:24 -07:00
Ti Zhou
53177b5de0
Fixed several typos in markdown files. ( #5005 )
2017-08-17 11:45:12 -07:00
netroby
e30516fbeb
update read me for unable to connect to the server ( #4803 )
...
* update read me for unable to connect to the server
* Fix words, thanks tengqm
* Update create-cluster-kubeadm.md
2017-08-17 10:10:37 -07:00
TigerXu
f0872f4464
Update install-kubeadm.md
...
update link
2017-08-14 10:11:22 -07:00
netroby
cb6f20d727
To install latest weave net plugin
...
Ref:
https://www.weave.works/docs/net/latest/kubernetes/kube-addon/
2017-08-11 00:19:19 -07:00
Erik Stidham
c357416682
Update Calico to latest
...
- kubectl does not follow the "latest" redirects so they need the real
version
2017-08-09 13:35:58 -05:00
Denis Gladkikh
cf766879b8
Logrotation for kubeadm ( #4670 )
...
* Logrotation for kubeadm
Fixes #369
* Suggested PR update
2017-08-07 16:54:19 -07:00
fisherxu
5fa22b2365
fix create-cluster-kubeadm docs
2017-08-04 14:43:10 -07:00
Aaron Crickenberger
18e9aa59d1
Rename OWNERS assignees: to approvers:
...
They are effectively the same, assignees is deprecated
2017-08-03 16:22:52 -07:00
Andrew Chen
2e257d9707
Changes for move to Netlify ( #4464 )
...
* disable jekyll-redirect-from gem
* add _redirects file
* disable 404 redirect script
* add 301 redirect to test
* retain _redirects file
* Convert redirect_from's to _redirect file. (#4409 )
* Remove redirect_from's. (#4424 )
* Add 301's to _redirects. (#4427 )
* add whitespace before 301
* move redirects in /js/redirects/js to _redirects
* add disabled option for cn redirect
* convert include to array in _config.yml
* enable redirects.js script for legacy support
2017-07-28 08:23:11 -07:00
Lucas Käldström
d2d92d9eec
kubeadm: Make tabs with information how to install 3rd-party CNI network solutions
2017-07-27 14:14:25 -07:00
Cao Shufeng
c36769337d
fix nine 404 page in doc
...
I wrote a crawl to fetch all invalid herf in website: https://kubernetes.io/docs/
Fix nine of them first.
I will fix others if there are.
2017-07-08 19:02:19 +08:00
Lucas Käldström
5f52c69f9a
Update some wording on kubeadm upgrades
2017-07-05 21:59:14 +03:00
Jamie Hannaford
09b2b86137
Document kubeadm ports
2017-07-01 13:18:11 -07:00
Andrew Chen
b40d09fe77
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Update links to proper repos
# Conflicts:
# docs/admin/kubeadm.md
# docs/concepts/overview/kubernetes-api.md
# docs/reference/api-overview.md
# docs/setup/independent/create-cluster-kubeadm.md
# docs/tasks/administer-cluster/configure-pod-disruption-budget.md
2017-06-28 22:29:21 -07:00
Christoph Blecker
2e192598a0
Update links to proper repos
2017-06-28 22:08:36 -07:00
Lucas Käldström
0391995573
kubeadm v1.7 documentation updates ( #4018 )
...
* v1.7 updates for kubeadm
* Address review comments
* Address Luke's comments
2017-06-27 11:32:54 -07:00
Andrew Chen
5882ed2963
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Document how to use custom certs with kubeadm (#4113 )
Document product_uuid and MAC reqs
2017-06-25 11:52:29 -07:00
Jamie Hannaford
fac7653113
Document product_uuid and MAC reqs
2017-06-25 11:43:49 -07:00
Andrew Chen
38812baf2a
Merge pull request #3999 from pipejakob/kubeadm-upgrades
...
Initial draft of upgrade guide for kubeadm clusters.
2017-06-22 15:08:45 -07:00
Jacob Beacham
5946f21e99
Initial draft of upgrade guide for kubeadm clusters.
...
In-place upgrades are supported between 1.6 and 1.7 releases. Rollback
instructions to come in a separate commit.
Fixes https://github.com/kubernetes/kubeadm/issues/278
2017-06-22 14:45:06 -07:00
Jeremy Visser
a877e63b8b
Use "sudo -i" instead of "sudo su -"
...
`sudo su -` is redundant, as you are asking the system to elevate you after you have already elevated.
If what you actually want is to get a login environment, the `sudo -i` flag is designed exactly for that.
2017-06-22 10:27:59 -07:00
Ahmet Alp Balkan
3c84f8180a
create-cluster-kubeadm: add ToC using task template
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-06-20 11:03:08 -07:00
Ahmet Alp Balkan
553e091742
install-kubeadm: fix What's Next link text
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-06-20 11:01:39 -07:00
Michal Cwienczek
9305c4a9aa
Updaated install-kubeadm.md, removed redundant kubectl installation ( #4006 )
2017-06-06 15:53:20 -07:00
Kevin Kirsche
a6f31d4896
Clarify CNI acronym
...
Fixes kubernetes/kubernetes.github.io#3964
2017-06-02 14:14:21 -07:00
Steve Perry
57385e8d86
Create Installing kubeadm topic. ( #3709 )
...
* Create Installing kubeadm topic.
* Put kubeadm installation under Setup.
* Move topics to setup directory.
* Move topics to setup directory.
* Add redirects.
2017-06-01 18:03:47 -07:00