Closed dipak-pawar closed 6 years ago
If user is deploying pod with deploymentconfig, it creates extra pod which ends with -deploy to manage replica. We should filter it for awaitApplicationReadinessOrFail
-deploy
awaitApplicationReadinessOrFail
Fixes #1011
Short description of what this resolves:
If user is deploying pod with deploymentconfig, it creates extra pod which ends with
-deploy
to manage replica. We should filter it forawaitApplicationReadinessOrFail
Changes proposed in this pull request:
-deploy
Fixes #1011