Shubheksha
aa52cbb7ec
Add missing details about `load-balancer-ip` placeholder ( #8134 )
...
* Update high-availability.md
Add details about the `<load-balancer-ip>` placeholder.
* change link URLs to relative
2018-04-26 14:01:27 -07:00
Casey Davenport
f86751f150
Fix broken link to Calico kubeadm guide ( #8161 )
2018-04-24 12:44:01 -07:00
Jonathan Lange
47bea91221
Fix typo: sparsingly -> sparingly ( #8138 )
2018-04-20 09:24:00 -07:00
Denis Gladkikh
41f311db5b
Kubernetes 1.10 requires etcd 3.1.12 ( #8099 )
2018-04-18 21:18:00 -07:00
Petr Ruzicka
920dbbfd7f
Adding curl (some systems does not have it installed in minimal version) ( #8041 )
2018-04-10 09:01:10 -07:00
Strajan Sebastian Ioan
2333d680e2
add v1.10 to support timeframe ( #7992 )
2018-04-06 12:18:09 -07:00
Ambes Stephen
4d795ef669
fixed broken link ( #7993 )
2018-04-06 12:17:09 -07:00
Tim Hockin
8dff71a36b
Pass 2: k8s GCR vanity URL ( #8006 )
2018-04-06 12:13:09 -07:00
ReSearchITEng
e780b00274
typo etcd image label ( #7508 )
...
* typo etcd image label
there is no gcr.io/google_containers/etcd-amd64:3.1.0, but there is: gcr.io/google_containers/etcd-amd64:3.1.10
(see https://console.cloud.google.com/gcr/images/google-containers/GLOBAL/etcd-amd64?gcrImageListsize=50 )
As 3.1.10 is the preferred version for k8s 1.9 (as stated above), I guess this was a typo
* typo doube etcd1 but no etcd2
2018-04-05 19:07:08 -07:00
Xiaodong Zhang
d4c0ce3a82
Fix invalid link in kubeadm document. ( #7870 )
2018-04-04 13:13:09 -07:00
Campion Fellin
71bca26c23
Fix link for drain the node ( #7939 )
2018-04-04 12:10:10 -07:00
pc
bf4b930864
fix(k8s-setup-ha): error when copy pki to other nodes ( #7949 )
...
`rm aipserver.crt` is not enought, must be `rm apiserver.*` here
2018-04-04 11:59:09 -07:00
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