Added more text to the README.md

This commit is contained in:
savagebidoof 2023-12-13 21:41:01 +01:00
parent 60c6d20a3e
commit 8a89c6f9bd

View File

@ -13,13 +13,13 @@ Finally execute teh `run.sh` file.
## Requirements:
- The repository being used is for the Kubernetes version `1.28`, playbook will require to be updated in case the desired version is not `1.28.X`.
- **Remote** user with access to sudo
- Only intended for Debian based devices (arm/x64)
- DNS name from the hosts in the inventory must match the name of the node when using `kubectl get nodes` command.
- Host/Client that will execute this Ansible script requires to have `kubectl` configured to target the desired kubernetes cluster.
- Host/Client requires the `kubernetes` Python library installed [0a] and the kubernetes Ansible plugin [0b].
[0a] Python Kubernetes package
On Arch linux I had to use `pacman -S python-kubernetes`, you might get away with murder using the `pip3 install kubernetes` command. IDK
https://stackoverflow.com/questions/60866755/ansible-k8s-module-failed-to-import-the-required-python-library-openshift-on