diff --git a/README.md b/README.md index 1a8432f..8d6468a 100644 --- a/README.md +++ b/README.md @@ -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` +``` \ No newline at end of file diff --git a/notes.md b/notes.md index 0113461..9f67e80 100644 --- a/notes.md +++ b/notes.md @@ -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 - +```