May 2018
Intermediate to advanced
554 pages
13h 51m
English
kubespray is provided through the GitHub repository (https://github.com/kubernetes-incubator/kubespray/tags), as shown in the following screenshot:

Because kubespray is an Ansible playbook, not a binary, you can download the latest version (as of May 2018, version 2.5.0 is the latest) of the zip or tar.gz to your Ansible machine directly and unarchive it with the following command:
//download tar.gz formatansible_machine$ curl -LO https://github.com/kubernetes-incubator/kubespray/archive/v2.5.0.tar.gz//untaransible_machine$ tar zxvf v2.5.0.tar.gz //it unarchives under kubespray-2.5.0 directoryansible_machine$ ls -Fget-pip.py ...