ansible-role-kubernetes
ansible-role-kubernetes copied to clipboard
Ansible role to install a Kubernetes cluster
On Ubuntu 20.04 with kubernetes v1.20.5, this error appears for wn: ``` TASK [grycap.kubernetes : Add KUBELET_EXTRA_ARGS] ************************************************************************************************************** fatal: [x.y.z.x]: FAILED! => {"msg": "No file was found when using first_found....
on my initial run I hit `fatal: [kubminion1]: FAILED! => {"changed": false, "msg": "Could not find the requested service kubelet: host"}`
https://www.mirantis.com/blog/how-to-install-cri-dockerd-and-migrate-nodes-from-dockershim/
When running the `grycap.kubernetes : Add node to kube cluster` task on Ubuntu 22.04 LTS with Kubernetes v1.24.17, the process fails with the following error: error execution phase preflight: couldn't...