Open
Description
Summary
There is one field previewReplicaCount
in the Blue-Green deployment strategy, which should always be less than or equal to the minimum replicas that we have defined in the app configuration. But in the case of previewReplicaCount
greater than the minimum replicas set in the app configuration, the rollout results in a degraded state after being in progressing state for so long. As it tries to find the number of replicas defined in previewReplicaCount
.
Motivation
If there could be an error message for the same or restrict the deployment in such a case then it would be really helpful for the user to debug the issue.
AB#305