From 7875c405440fb8743e668811c0ca9076cd8e5a58 Mon Sep 17 00:00:00 2001 From: Aivars Sterns Date: Fri, 16 Nov 2018 17:05:11 +0200 Subject: [PATCH] Update kubespray.md (#10992) * Update kubespray.md Add note about vault discontinuation and upgrade ansible minimal requirements * fix typo --- content/en/docs/setup/custom-cloud/kubespray.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/setup/custom-cloud/kubespray.md b/content/en/docs/setup/custom-cloud/kubespray.md index b181b087e9..7e993ee8c5 100644 --- a/content/en/docs/setup/custom-cloud/kubespray.md +++ b/content/en/docs/setup/custom-cloud/kubespray.md @@ -6,7 +6,7 @@ content_template: templates/concept {{% capture overview %}} This quickstart helps to install a Kubernetes cluster hosted on GCE, Azure, OpenStack, AWS, vSphere, Oracle Cloud Infrastructure (Experimental) or Baremetal with [Kubespray](https://github.com/kubernetes-incubator/kubespray). - + Kubespray is a composition of [Ansible](http://docs.ansible.com/) playbooks, [inventory](https://github.com/kubernetes-incubator/kubespray/blob/master/docs/ansible.md), provisioning tools, and domain knowledge for generic OS/Kubernetes clusters configuration management tasks. Kubespray provides: * a highly available cluster @@ -32,7 +32,7 @@ To choose a tool which best fits your use case, read [this comparison](https://g Provision servers with the following [requirements](https://github.com/kubernetes-incubator/kubespray#requirements): -* **Ansible v2.4 (or newer) and python-netaddr is installed on the machine that will run Ansible commands** +* **Ansible v2.5 (or newer) and python-netaddr is installed on the machine that will run Ansible commands** * **Jinja 2.9 (or newer) is required to run the Ansible Playbooks** * The target servers must have **access to the Internet** in order to pull docker images * The target servers are configured to allow **IPv4 forwarding** @@ -64,7 +64,7 @@ Kubespray provides the ability to customize many aspects of the deployment: * docker * rkt * cri-o -* Certificate generation methods +* Certificate generation methods (**Vault being discontinued**) Kubespray customizations can be made to a [variable file](http://docs.ansible.com/ansible/playbooks_variables.html). If you are just getting started with Kubespray, consider using the Kubespray defaults to deploy your cluster and explore Kubernetes.