The Scale up deployment task is failing

Hi team,

While installing AWX on Kubernetes getting below error. Please help me on this.

TASK [kubernetes : Scale up deployment] ******************************************************************************************************************************************************************************************************

fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: “kubectl -n 2304378531 scale sts awx --replicas=1\n kubectl -n 2304378531 scale sts awx --replicas=0”, “delta”: “0:00:04.108806”, “end”: “2019-06-25 17:07:23.390558”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2019-06-25 17:07:19.281752”, “stderr”: “Error from server (NotFound): statefulsets.apps "awx" not found\nError from server (NotFound): statefulsets.apps "awx" not found”, “stderr_lines”: [“Error from server (NotFound): statefulsets.apps "awx" not found”, “Error from server (NotFound): statefulsets.apps "awx" not found”], “stdout”: “”, “stdout_lines”: }

to retry, use: --limit @/Users/ashok.g/Downloads/awx-devel/installer/install.retry

PLAY RECAP ***********************************************************************************************************************************************************************************************************************************

localhost : ok=23 changed=10 unreachable=0 failed=1

hi,

Check the quota and increase it else Try to change the value to 1 in the Kubernetes-Task - Mail.yml

from replicas=0 to replicas=1.

Regards,
Rja V