Hello. I’m having a problem deploying k8 using rke. I’ve had it working manually, but I’m trying to automate via ansible.
This is the error I see
Creating rke-job-deployer ServiceAccount
Failed to apply the ServiceAccount needed for job execution: Post https://192.168.211.98:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
It works manually, doens’t work in ansible. Network is all open. Obviously, I’m doing something dumb in the ansible setup, but I was wondering if anyone could shed any light on what this is doing. Is there a potential for a race condition during this step in the deployment?