Commit Graph

536 Commits (7d05b90cfe7e02a751b764830c6995febe5e7f2d)

Author SHA1 Message Date
Timothy St. Clair c09c48b2dc Overall cleanup for kubeadm setup guide. (#8981)
* Overall cleanup for kubeadm setup guide.

* Add sonobuoy verification next step

* Partial copyedits

Hit a place where we also have formatting issues, plus a TODO (removed bc these changes go live as soon as merged). More work to do, but this should help the bottleneck for now.

* Address comments from reviewers

* Copy edits, fiddly bits, and clearer warnings

Incorporated feedback from @mistyhacks, fixed many nits, reorganized some **Note:** content more sensibly.

* Revised title per feedback
2018-06-13 11:23:29 -07:00
Jason DeTiberus 37284934cb Update kubeadm troubleshooting guide (#9028) 2018-06-12 08:13:27 -07:00
Steve Perry 5a8659cd65 Move 2 topics from g-s-guides to setup. (#8952) 2018-06-11 17:19:26 -07:00
mkoderer 48649465ee Add Gardener as turnkey solution (#8851)
The Gardener project was presented in K8s community meeting [1] on May 17th.
The corresponding Github [2] project has more than 400 stars and is
maintained actively.

[1]: https://docs.google.com/document/d/1VQDIAB0OqiSjIHI8AWMvSdceWhnz56jNpZrLs6o7NJY/edit#
[2]: https://github.com/gardener/gardener

Signed-off-by: Marc Koderer <marc.koderer@sap.com>
2018-06-11 16:50:27 -07:00
Di Xu 071904cabf kubeadm: add a notice on architecture different nodes (#8910) 2018-06-11 10:03:27 -07:00
Vincent Lainé 70dd13065b kubeadm: update section about CA certs in high-availability.md (#8917)
Added information to install cfssl and cfssljson on all etc nodes as they are required to generate clients certificates
Change <podname> to <name> in static pod yaml description for etcd deployment

Additionaly the first bash script in "Run kubeadm init on master0" section doesn't render correctly on kubernetes.io site (https://kubernetes.io/docs/setup/independent/high-availability/) but I don't see any pb with markdown.
2018-06-11 10:01:35 -07:00
Martin Dietze ff8df25935 Issue #8493 - Missing instructions in "Creating HA clusters with kube… (#8541)
* Issue #8493 - Missing instructions in "Creating HA clusters with kubeadm":
- change to kubeadm-init.yaml: configure `advertiseAddress` to the VIP
- added section with instructions for configuring `kubelet`, `kube-controller-manager` and `kube-scheduler` to use the VIP

* Issue #8493 - Missing instructions in "Creating HA clusters with kubeadm": Change use the 'controlPlaneEndpoint' setting in kubeadm-init.yaml, hence no configuration file patching afterwards is necessary anymore.

* Issue #8493 - added private IP to apiServerCertSANs as proposed by @detiber
2018-06-11 06:10:26 -07:00
Tim Fogarty 6608a4c76c Fix rendering issues in high-availability topic (#8663) 2018-06-08 12:15:38 -07:00
Steve Perry 560932ae4e Move on-prem vm from g-s-guides to setup. (#8948) 2018-06-08 11:08:52 -07:00
Takuya Tokuda cfe4ac4251 fix id about joining-your-nodes in create-cluster-kubeadm page (#8966) 2018-06-07 11:47:23 -07:00
Steve Perry 874ebb8f0a Move custom cloud g-s-guides to setup. (#8951) 2018-06-06 16:25:23 -07:00
Andreas Jaeger 7d0bce5117 Fix some issues with independent/high-availability.md (#8901)
Fix some hugo transition issues:
* Use `file` as code syntax following our style guide and fixing
  bug #8868
* Reformat Note so that it's not displayed as text.

Closes: #8868
2018-06-05 04:25:55 -07:00
makocchi 474cf809d0 Remove code blocks from h2 subject. (#8488) (#8885) 2018-06-04 19:09:56 -07:00
Timothy St. Clair e1ba88403d Update dind link on reviewing content (#8869) 2018-06-01 19:32:55 -07:00
Anubhav 536271a03a Mention this guide requires only 1 master node (#8376) 2018-06-01 16:05:58 -07:00
Anubhav 31241e8b72 Fix command to install weavenet plugin (#8375) 2018-06-01 15:54:55 -07:00
Stewart-YU ba96bc236e Update high-availability.md (#8770)
* Update high-availability.md

[fix]command should leading

* Repair code inside list items, remove "like so"

* Modify one code block, change 1-step procedures to not be procedures
2018-05-31 16:02:56 -07:00
Karthik Gaekwad 0b928fffb3 Adds Oracle container engine to documentation (#8503)
* Adds Oracle container engine to documentation

* Fixes spacing issue.
2018-05-31 13:30:56 -07:00
Loïc Albertin 4ecc84bbce Update high-availability.md (#8783)
Fix indentation damaged etcd YAML manifest
2018-05-29 21:57:53 -07:00
Mark Janssen 9e8e670bcd Update Calico and Canal tabs in kubeadm docs (#8571)
Fixes broken links and updates manifest references to use the newest Calico version (v3.1)
2018-05-24 04:21:31 -07:00
lovejoy 57a33c162c remove useless or (#8650) 2018-05-23 05:53:33 -07:00
Tim Fogarty 54d6c6aa28 Fix etcd installation command in kubeadm tutorial (#8664)
* Fix etcd installation command in kubeadm tutorial

Shells interpolate variables before running commands, so setting the
ETCD_VERSION variable must be separated from the command that
interpolates it. Otherwise an empty string will be interpolated.

The rm command isn't necessary - the output from curl is piped directly
to tar.

* Update stated default etcd version for K8s 1.10

1.10 is the most recent version of K8s and the default etcd server
version for it is 3.1.12

* Fix non-US English typo

Style guide states US English should be used
2018-05-22 23:51:32 -07:00
Denis Gladkikh 1998ab735f Fix url to etcd binary (#8522)
* Fix url to etcd binary

etcd should be 3.12 for kubernetes 1.10, also fix the URL (probably was broken after migration to Hugo)

* Make Curl command safer

You really only need that variable to be set for the specific command, so no need to export it.

Also, when using Bash variables in a string, you should enclose them in curly braces to delineate them from the rest of the string. This helps prevent problems where Bash can't tell where the name of the variable ends and the next part of the string begins.
2018-05-18 10:31:52 -07:00
Lubomir I. Ivanov f845902087 troubleshooting-kubeadm: add note about kubeadm-reset block (#8508)
Add note about a possible block when calling 'kubeadm reset'
if the Docker service refuses to remove the k8s managed containers.
2018-05-18 10:15:53 -07:00
Lubomir I. Ivanov 09e7d47a03 high-availability.md: fix missing parameter values (#8444)
- Use environment variables when redirecting to "/etc/etcd.env".
- Add more placeholder values for flags in "etcd.service" -> "ExecStart"

Fixes kubernetes/kubeadm#797
2018-05-17 16:00:51 -07:00
lovejoy 780be0b8e4 fixTocIndent (#8580) 2018-05-17 11:35:53 -07:00
Mark Janssen c15ec0a4ed Remove step numbers in kubeadm create cluster docs (#8573) 2018-05-16 14:26:50 -07:00
nhanpc 6b1ac1285b Update missing kubever on weave network (#8560)
```
$ export kubever=$(kubectl version | base64 | tr -d '
> ')
$ kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version="
error: unable to read URL "https://cloud.weave.works/k8s/net?k8s-version=", server reported 400 Bad Request, status code=400
```
```
$ kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$kubever"
serviceaccount "weave-net" created
clusterrole.rbac.authorization.k8s.io "weave-net" created
clusterrolebinding.rbac.authorization.k8s.io "weave-net" created
role.rbac.authorization.k8s.io "weave-net" created
rolebinding.rbac.authorization.k8s.io "weave-net" created
daemonset.extensions "weave-net" created
```
2018-05-15 22:32:28 -07:00
Chris Hiestand 374ed9a90f update link to kube-router documentation (#8406)
documentation changed from `Documentation/` to `docs/`
2018-05-15 14:42:28 -07:00
Steve Perry 398a744b55 Move Install kubeadm topic under Install Tools. (#8536) 2018-05-15 14:37:30 -07:00
Daniel Galvez 73b57ea600 Fix formatting of yum repo. (#8382)
First, fix https:// address.

Secondly, previous formatting would display on the page as one line
altogether, which couldn't be pasted into a terminal correctly.
2018-05-11 16:32:30 -07:00
Nate Bhurinat Wangsutthitham 23b4aba07c Update create-cluster-kubeadm.md (#8391)
Update flannel from v0.9.1 to v0.10.0
2018-05-11 13:30:27 -07:00
Anubhav 3b2781a70c Users should choose network plugin before initializing cluster (#8373)
Before running `kubeadm init` users should be informed that the command might change depending on the network plugins they choose. It is better to provide it before presenting with `kubeadm init` so that they don't have to tear the cluster apart once they figure out they needed some extra parameters while running the command
2018-05-11 13:07:26 -07:00
Daniel Rodriguez 386ca32f6c Container Linux doc fixes (#8366)
* Container Linux doc fixes

portions of the URLs were missing their bash substitutions and the variable exports don't apply to the following commands without using 'export'

* Adjustments from PR

export is not needed, used proper bash expansion

* typos
2018-05-11 12:12:27 -07:00
will-chan cc068d72a7 Adding Rancher 2. 0 and RKE as K8s solutions (#8446) 2018-05-10 10:40:54 -07:00
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00