Added more text to the README.md
This commit is contained in:
@@ -20,10 +20,14 @@ Finally execute teh `run.sh` file.
|
||||
- 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
|
||||
```
|
||||
|
||||
```
|
||||
[0b] Ansible Kubernetes plugin
|
||||
https://docs.ansible.com/ansible/latest/collections/kubernetes/core/docsite/kubernetes_scenarios/k8s_intro.html
|
||||
`ansible-galaxy collection install kubernetes.core`
|
||||
```
|
||||
Reference in New Issue
Block a user