Nathan Baum
1524b0f999
Escape $ in CentOS et al script. ( #7926 )
...
Otherwise the repo URL is wrong.
2018-04-01 07:27:02 -07:00
Peeyush gupta
f794a5bdc7
Update install-kubeadm.md ( #7781 )
...
Add note to kubeadm install instruction to help install in other arch i.e. aarch64, ppc64le etc.
2018-03-20 01:54:00 -07:00
Sergey Bondarenko
9b4b0add12
Fixed Cyrillic с in 'kube-proxy-cm' ( #7787 )
...
There was a typo (wrong character) in kube-proxy-cm.yaml - Cyrillic с (UTF-8 0x0441) was used instead of Latin c.
2018-03-19 23:24:00 -07:00
Dusan Susic
4ac2583637
Naming clarification ( #7677 )
...
* Naming clarification
It isn't mentioned that this is crucial to get etcd working.
* Update high-availability.md
2018-03-15 13:40:23 -07:00
Martin Dietze
2085cf666b
Guide for upgrading kubeadm HA clusters. ( #7557 )
...
* Guide for upgrading kubeadm HA clusters.
* kubeadm HA upgrade guide: text changes from code review.
* Guide for upgrading kubeadm HA clusters: proposed changes after second round of code review.
2018-03-14 08:30:05 -07:00
Kai Chen
1c4a23562d
Fix broken URL ( #7670 )
2018-03-07 13:10:52 -08:00
Joseph Heck
f9c7ee03c8
Adding missing quote to command line example ( #7660 )
...
Fixes #7658
2018-03-06 17:32:52 -08:00
Dusan Susic
9f2499294c
Correct naming ( #7656 )
...
it's confusing to have etcd1 twice, rename it to etcd0, etcd1, etcd2.
2018-03-06 10:23:52 -08:00
Stewart-YU
7cb230f2a5
refactor setting up cluster using kubeadm docs ( #7104 )
2018-03-05 00:43:51 -08:00
Loic Nageleisen
bf661f9f44
Add a section about routing errors ( #7078 )
...
A common source of beffudlement when using local hypervisors or cloud
providers with peculiar interface setups, IP adressing, or network
policies for which kubelet cannot guess the right IP to use.
`awk` is being used so that the example works in CoreOS Container Linux
too.
Requested in kubernetes/kubeadm#203 .
2018-03-03 12:13:54 -08:00
Peter (XiangPeng) Zhao
af4e718b4c
Remove no longer existing log message in kubeadm. ( #7585 )
2018-03-01 20:30:51 -08:00
Ronny López
d80e55506a
Fix link to certified kubernetes badge ( #7555 )
2018-02-28 06:07:46 -08:00
Ronny López
ac9acff05a
Fix broken link to image ( #7554 )
2018-02-28 06:04:46 -08:00
Joseph Heck
ff9990c87d
Merge pull request #7410 from mbert/master
...
HA guide for kubeadm:
2018-02-27 11:35:08 -08:00
Steve Perry
45c3fe6ddc
In Setup, in front matter, change approvers to reviewers. ( #7443 )
2018-02-27 10:53:45 -08:00
Martin Dietze
773def6cdc
High Availability guide for kubeadm: text change as proposed by @mattkelly.
2018-02-22 15:46:29 +01:00
Martin Dietze
747d803722
HA guide for kubeadm: text change to highlight the fact that keepalived is not the prescribed solution to setting up a virtual IP
2018-02-22 11:53:12 +01:00
Martin Dietze
a06de688fc
Two bug fixes to HA guide for kubeadm: ( #7451 )
...
- In the provided configuration file for `kubeadm init` the value for
`apiserver-count` needs to be put in quotes.
- In addition to /etc/kubernetes/pki/ca.* also /etc/kubernetes/pki/sa.*
need to be copied to the additional masters. See [this
comment](https://github.com/kubernetes/kubeadm/issues/546#issuecomment-350241024 ) by
@petergardfjall for details.
2018-02-20 00:14:38 -08:00
Mike Frisch
ddc0637f19
Update create-cluster-kubeadm.md ( #7303 )
2018-02-14 20:07:42 -08:00
Ken'ichi Ohmichi
d92ed9d89b
Update Calico installation URL ( #7397 )
...
Calico official page[1] shows Calico installation URL is
https://docs.projectcalico.org/v3.0/getting-started/kubernetes/installation/hosted/kubeadm/1.7/calico.yaml
but the kubeadm installation pages showed
https://docs.projectcalico.org/v2.6/getting-started/kubernetes/installation/hosted/kubeadm/1.6/calico.yaml
then, many people cannot deploy Kubernetes environments with Calico as
[2]
This commit updates the URL.
[1]: https://docs.projectcalico.org/v3.0/getting-started/kubernetes/
[2]: https://github.com/kubernetes/kubernetes/issues/55471
2018-02-14 14:49:51 -08:00
pc
d4cc7949d3
fix(k8s-setup-HA): typo ( #7370 )
...
see #7137
2018-02-14 14:36:52 -08:00
Martin Dietze
7c32550bb7
HA guide for kubeadm: fixed tab navigation for load balancer setup.
2018-02-14 18:51:18 +01:00
Martin Dietze
b786d89c90
HA guide for kubeadm:
...
- tabified section on load balancing
- added tab for keepalived configuration
2018-02-14 17:08:35 +01:00
Matt Kelly
568fe107ec
Clarify that names section of ca-csr.json is optional ( #7392 )
2018-02-13 12:37:50 -08:00
Matt Kelly
24caa1a9af
kubeadm HA guide: fix indentation and use EOF instead of EOL ( #7249 )
...
* Use EOF instead of EOL in HA guide
This is for consistency with the rest of the docs.
* Change indentation from 4 to 3 spaces
The number of spaces in indentation is expected to be divisible by 3.
By having 4 spaces, an extra space was added to the beginning of all
shell code sections, causing issues for heredoc interpretation on
copy/paste.
2018-02-08 12:07:47 -08:00
Ting Ye
5b55fd07a6
fix typo ( #7260 )
2018-02-06 18:33:42 -08:00
Artem
879e49943e
Fix file extension and remove not necessary sudo. ( #7143 )
...
* Fix file extension and remove not necessary sudo.
* Rename kube-proxy.сm to kube-proxy-сm.yaml for clarity.
2018-02-06 02:40:12 -08:00
Sam Foo
d10f643e20
Remove duplicate words ( #7243 )
...
* Remove duplicate words
* Remove generated-reference change
2018-02-05 12:15:26 -05:00
Lihua Tang
aae947f5f4
Typo fix: intstructions -> instructions ( #7230 )
2018-02-04 14:17:05 -08:00
Lihua Tang
75702ccc34
Typo fix: compatability -> compatibility ( #7188 )
2018-02-01 04:21:05 -08:00
Eddie Villalba
467351640e
Update high-availability.md ( #7086 )
...
the ca-config.json file is not copied to etcd1, and etcd2 which is needed for the cfssl command to complete properly
2018-01-25 19:25:32 -08:00
June Yi
67ce8f6869
Some indented code block is not rendered well
...
Indented code block after normal paragraph is not rendered well. So changed the paragraphs to ordered list in consistency with other parts of this document.
2018-01-23 10:49:47 -08:00
Zach Corleissen
9b842acfef
January 2018 monthly site maintenance ( #6924 )
...
* Updated 404 link to kubeadm ref
* Update ref link to Federation API
* Fix broken links
* Manual fixes to autogenerated links
* Revert "Manual fixes to autogenerated links"
This reverts commit 94dba97a08
.
2018-01-12 18:13:05 -06:00
Jamie Hannaford
d0bc7aca60
Add HA guide for kubeadm ( #6458 )
...
* add HA guide for kubeadm
* Add tabs
* Ensure masters advertise own address
2018-01-12 13:27:49 -06:00
Stewart-YU
00b4f99f66
Update create-cluster-kubeadm.md
...
fix deadlink
2018-01-12 10:12:16 +08:00
Qiming
ee7824bf2a
Update troubleshooting-kubeadm.md
2018-01-11 10:07:26 +08:00
Stewart-YU
a3cee551bc
Update troubleshooting-kubeadm.md
...
make sentence more clearly
2018-01-11 09:48:49 +08:00
Stewart-YU
a264c0b972
Update troubleshooting-kubeadm.md
...
fix bad url
2018-01-09 16:51:02 +08:00
Qiming
2a4a2f9a10
Merge pull request #6870 from c9s/patch-1
...
Update trouble shooting for flannel and vagrant
2018-01-09 13:30:38 +08:00
Yo-An Lin
d8d574fa26
apply code style to markdown
2018-01-08 17:47:13 +08:00
custa
19932ab270
typo
2018-01-08 10:12:47 +08:00
Yo-An Lin
70f050249d
Update troubleshooting-kubeadm.md
2018-01-08 07:29:11 +08:00
Yo-An Lin
14a349c249
Update trouble shooting for flannel and vagrant
...
Add trouble shooting for kubeadm with flannel pod network in vagrant
2018-01-08 07:21:40 +08:00
leigh schrandt
6b8e45e7e3
Add Certified k8s Logo to kubeadm install
2018-01-03 09:51:30 -07:00
Qiming
f68499e5b1
Merge pull request #6309 from stewart-yu/patch-5
...
Update troubleshooting-kubeadm.md
2018-01-03 10:01:36 +08:00
Qiming
616cded215
Merge pull request #6768 from klausenbusk/coreos
...
Add Container Linux kubeadm installing instruct
2018-01-02 17:38:11 +08:00
Manjunath A Kumatagi
2fd52c743a
Add ppc64le arch to weave net
2018-01-02 02:02:04 -05:00
leigh schrandt
1000a8f3cc
Add Certified k8s Logo to kubeadm cluster setup
2017-12-30 20:47:10 -07:00
Kristian Klausen
92fea150b2
Add Container Linux kubeadm installing instruct
2017-12-30 18:11:16 +01:00
Qiming
f14e24e907
Merge pull request #6693 from fabriziopandini/small-fix
...
Small fixes and improvements in kubeadm docs
2017-12-26 22:12:06 +08:00