Skip to main content

- Failed in the "Post Check pods and apps" stage with the following error:

------------------------------------------------------------------------------------------------------------------------------------------
fatal: [localhost]: FAILED! => {
"attempts": 20,
"changed": true,
"rc": 1
}
STDOUT:
deployment "ifs-file-storage" successfully rolled out
Skipping check of ifs-virus-scanner...
deployment "ifsapp-am-workqueue" successfully rolled out
deployment "ifsapp-amm" successfully rolled out
deployment "ifsapp-application-svc" successfully rolled out
deployment "ifsapp-client" successfully rolled out
deployment "ifsapp-client-notification" successfully rolled out
deployment "ifsapp-client-services" successfully rolled out
ERROR .... Deployment ifsapp-connect is not ready !!! Exit
STDERR:
error: deployment "ifsapp-connect" exceeded its progress deadline
MSG:
non-zero return code

Hi Muntaj,
That is the output to an Ansible playbook. This is used internally by IFS teams. It is not part of the IFS Cloud remote installation. As this is an internal implementation detail I suspect that Community is not an ideal place for this topic.

Regardless, the output shows that deployment ifsapp-connect exceeded its progress deadline. This means that the ifsapp-connect pod did not startup within the expected time limit. You will need to perform a describe on the pod and check container logs to understand the issue.

Best regards.