Update kubespray version to 2.17.x in first cluster guide (#8043)

pull/8047/head
Orhun Parmaksız 2021-10-04 09:09:07 +02:00 committed by GitHub
parent 43958614e3
commit c5c10067ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ hands-on guide to get started with Kubespray.
## Cluster Details
* [kubespray](https://github.com/kubernetes-sigs/kubespray) v2.13.x
* [kubespray](https://github.com/kubernetes-sigs/kubespray) v2.17.x
* [kubernetes](https://github.com/kubernetes/kubernetes) v1.17.9
## Prerequisites
@ -196,7 +196,7 @@ Next, we will git clone the Kubespray code into our working directory:
```ShellSession
git clone https://github.com/kubernetes-sigs/kubespray.git
cd kubespray
git checkout release-2.13
git checkout release-2.17
```
Now we need to install the dependencies for Ansible to run the Kubespray