From 35e3a18b8c78ae3cb76c957f5b84f8835aacc787 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Tue, 4 Feb 2025 18:17:19 +0100 Subject: Add page about kubespray (to complete) --- ansible/kubespray.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ansible/kubespray.md (limited to 'ansible') diff --git a/ansible/kubespray.md b/ansible/kubespray.md new file mode 100644 index 0000000..1bc08c5 --- /dev/null +++ b/ansible/kubespray.md @@ -0,0 +1,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 +``` -- cgit v1.2.3