Hi all. We are deploying services using the aws-eks-kubectl-run pipe. When there is an issue with new version of image - EKS automatically rolls out to the latest stable version.
But how can I show this on pipeline? Because now Ci/CD pipelines considers this service as "deployed".
There is no "WAIT" option. I could use "rollout status", but it also responses with exit code 0 even if there are any issues.
@Sergei Artemov hi. Thanks for your suggestion. It's a complex case for waiting for a deployment on kubernetes services, so unfortunately this is not supported in the current implementation.
If you’d like to suggest a pipe to be improved, please, find the appropriate ticket in the list of existing tickets , vote for them or create a new suggestion request with type Suggestion and Component: Pipelines - Pipes.
also
you could provide your own solution and suggest a pull request to the aws-eks-kubectl-run pipe.
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.