Hi,
Trying to deploy to EKS (2 node t3.xlarge nodegroup).
But it keeps failing on the task:
TASK [kubernetes : Record deployment size] **********************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: “kubectl get deployment awx -n awx -o=jsonpath=‘{.status.replicas}’\n”, “delta”: “0:00:00.743513”, “end”: “2020-08-21 13:32:25.595710”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2020-08-21 13:32:24.852197”, “stderr”: “Error from server (NotFound): deployments.apps "awx" not found”, “stderr_lines”: [“Error from server (NotFound): deployments.apps "awx" not found”], “stdout”: “”, “stdout_lines”: }
Its connected succesful etc as its created the namespace. I thought it was due to the size of my nodegroup, so brought up a new much bigger one (hense the t3.xlarge) but still getting the same error.
It also errors with:
TASK [kubernetes : Render deployment templates] *****************************************************************************************************************************************************************
ok: [localhost] => (item=None)
fatal: [localhost]: FAILED! => {“censored”: “the output has been hidden due to the fact that ‘no_log: true’ was specified for this result”}
I tried updating the build.yml and install.yml to have
no_log: False
But still get that message.
Any ideas on either issue?