Browse Source

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

pull/8047/head
Orhun Parmaksız 3 years ago
committed by GitHub
parent
commit
c5c10067ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. 4
      docs/setting-up-your-first-cluster.md

4
docs/setting-up-your-first-cluster.md

@ -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

Loading…
Cancel
Save