blob: 1bc08c59431bced1d6f535f8db3a360ba714dd32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Kubespray
[kubespray.io](https://kubespray.io/#/)
> Deploy a Production Ready Kubernetes Cluster
## Requirements
On the Ansible orchestrator, `python3-netaddr` needs to be installed.
As well as the content of `requirements.txt`
```sh
pip install -r requirements.txt
```
|