Added more text to the README.md

This commit is contained in:
savagebidoof 2023-12-13 21:42:29 +01:00
parent e6a2b45867
commit 34376684c2
2 changed files with 8 additions and 3 deletions

View File

@ -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`
```

View File

@ -8,9 +8,10 @@ Requirements:
- Host/Client that will execute this script requires to have `kubectl` configured to use the targeted kubernetes cluster.
- https://docs.ansible.com/ansible/latest/collections/kubernetes/core/docsite/kubernetes_scenarios/k8s_intro.html | ansible-galaxy collection install kubernetes.core [0]
```
[0] pacman -S python-kubernetes
https://stackoverflow.com/questions/60866755/ansible-k8s-module-failed-to-import-the-required-python-library-openshift-on
```
Order:
@ -29,7 +30,7 @@ Order:
----- Done with all hosts
- Upgrade CNI
```
[-3]
https://kubernetes.io/blog/2023/08/15/pkgs-k8s-io-introduction/
@ -71,4 +72,4 @@ usual apt-get update > upgrade > reboot
[7]
kubectl uncordon <node-to-uncordon>
```