diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-04 19:28:22 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-04 19:28:22 +0100 |
commit | d840cef0db13912ed4fb7b418e2409114ce6ba80 (patch) | |
tree | 709a99e39d4634d4e61af75f009e176bda38e2de /ansible | |
parent | c4f285b83720fdaedc7820ea61ad18f1c33bab3e (diff) |
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/kubespray.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ansible/kubespray.md b/ansible/kubespray.md deleted file mode 100644 index 1bc08c5..0000000 --- a/ansible/kubespray.md +++ /dev/null @@ -1,16 +0,0 @@ -# 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 -``` |