aboutsummaryrefslogtreecommitdiff
path: root/ansible/kubespray.md
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-02-04 18:17:19 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-02-04 18:17:19 +0100
commit35e3a18b8c78ae3cb76c957f5b84f8835aacc787 (patch)
tree1bce10a44fe66684e756157fb15ba07364e17217 /ansible/kubespray.md
parent057de832a19af4e761c0583a7e16efbaa86b7ead (diff)
Add page about kubespray (to complete)
Diffstat (limited to 'ansible/kubespray.md')
-rw-r--r--ansible/kubespray.md16
1 files changed, 16 insertions, 0 deletions
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
+```