Kubeadm reference updates (#5594)

- also resolves https://github.com/kubernetes/kubernetes.github.io/issues/3159
   mentioning reboot needed if SELinux is disabled
This commit is contained in:
Joseph Heck
2017-10-07 08:02:28 -07:00
committed by Steve Perry
parent ec2027f058
commit b7c98d60e4
4 changed files with 9 additions and 10 deletions
@@ -7,9 +7,8 @@ title: CentOS
* TOC * TOC
{:toc} {:toc}
## Warning **Caution:** This guide was originally written for Kubernetes 1.1.0 and [is deprecated](https://github.com/kubernetes/kubernetes.github.io/issues/1613) and is replaced by [kubeadm](/docs/admin/kubeadm/).
{: .caution}
This guide [has been deprecated](https://github.com/kubernetes/kubernetes.github.io/issues/1613). It was originally written for Kubernetes 1.1.0. Please check [the latest guide](/docs/getting-started-guides/kubeadm/).
## Prerequisites ## Prerequisites
@@ -79,6 +78,7 @@ KUBE_MASTER="--master=http://centos-master:8080"
``` ```
* Disable the firewall on the master and all the nodes, as docker does not play well with other firewall rule managers. CentOS won't let you disable the firewall as long as SELinux is enforcing, so that needs to be disabled first. * Disable the firewall on the master and all the nodes, as docker does not play well with other firewall rule managers. CentOS won't let you disable the firewall as long as SELinux is enforcing, so that needs to be disabled first.
* If you disable SELinux, make sure you reboot your machine before continuing to more steps.
```shell ```shell
setenforce 0 setenforce 0
@@ -1 +0,0 @@
# Stop. This guide has been superseded by [kubeadm](../kubeadm/). This page is only present for historical purposes.
+1 -1
View File
@@ -13,7 +13,7 @@ Kubespray is a composition of [Ansible](http://docs.ansible.com/) playbooks, [in
* support for most popular Linux distributions * support for most popular Linux distributions
* continuous integration tests * continuous integration tests
To choose a tool which best fits your use case, read [this comparison](https://github.com/kubernetes-incubator/kubespray/blob/master/docs/comparisons.md) to [kubeadm](../kubeadm) and [kops](../kops). To choose a tool which best fits your use case, read [this comparison](https://github.com/kubernetes-incubator/kubespray/blob/master/docs/comparisons.md) to [kubeadm](/docs/admin/kubeadm/) and [kops](../kops).
## Creating a cluster ## Creating a cluster