RasaHQ / financial-demo

A demo for a financial services bot
Apache License 2.0
309 stars 398 forks source link

CI/CD - Do not wait for pods to be ready #148

Closed ArjaanBuijk closed 3 years ago

ArjaanBuijk commented 3 years ago

It is not possible to wait for all the pods, because they can be recycled, and then you will see this:

Waiting until all deployments are AVAILABLE
deployment.apps/my-release-app condition met
deployment.apps/my-release-duckling condition met
deployment.apps/my-release-event-service condition met
deployment.apps/my-release-nginx condition met
deployment.apps/my-release-rasa-production condition met
deployment.apps/my-release-rasa-worker condition met
deployment.apps/my-release-rasa-x condition met

Waiting until all pods are READY
pod/my-release-app-665dfb9c64-hdm8x condition met
pod/my-release-db-migration-service-0 condition met
pod/my-release-duckling-549678b8-5t2ms condition met
pod/my-release-event-service-79968669bb-zks26 condition met
pod/my-release-nginx-649545fc65-nwqxr condition met
pod/my-release-postgresql-0 condition met
pod/my-release-rabbit-0 condition met
pod/my-release-rasa-production-67d6f787fc-b25cd condition met
pod/my-release-rasa-worker-7b865dbddb-r7jjd condition met
pod/my-release-rasa-x-cf96cb4d-52g2p condition met
pod/my-release-redis-master-0 condition met
timed out waiting for the condition on pods/my-release-event-service-5bbc4bcc79-67p7j
timed out waiting for the condition on pods/my-release-rasa-production-75579bd4bf-4kv47
timed out waiting for the condition on pods/my-release-rasa-worker-9f56c4ff8-hj7jk
make: *** [Makefile:618: rasa-enterprise-install] Error 1
Error: Process completed with exit code 2.
ArjaanBuijk commented 3 years ago

Done!