TASK [bootstrap/bringup-bootstrap-applications : Upload and apply applications] ********************************************************************************************************************
included: /usr/share/ansible/stx-ansible/playbooks/roles/bootstrap/bringup-bootstrap-applications/tasks/upload_and_apply_application.yml for localhost => (item={'/usr/local/share/applications/helm/nginx-ingress-controller-1.1-15.tgz': None})included: /usr/share/ansible/stx-ansible/playbooks/roles/bootstrap/bringup-bootstrap-applications/tasks/upload_and_apply_application.yml for localhost => (item={'/usr/local/share/applications/helm/cert-manager-1.0-15.tgz': None})TASK [bootstrap/bringup-bootstrap-applications : Wait until application is in the uploaded state] **************************************************************************************************
FAILED - RETRYING: Wait until application is in the uploaded state (3 retries left).changed: [localhost]
TASK [bootstrap/bringup-bootstrap-applications : Wait until application is in the applied state] ***************************************************************************************************
FAILED - RETRYING: Wait until application is in the applied state (30 retries left).
FAILED - RETRYING: Wait until application is in the applied state (29 retries left).
FAILED - RETRYING: Wait until application is in the applied state (28 retries left).
When I checked the ansible playbook, I found an error in "upload and apply applications]". Nginx ingress controller is always created unsuccessfully, which shows that the image pulling fails. Is this a network problem and how to solve it?
Kind regards,
Xurong Zhang