Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ecs): evaluate targetgroup healthcheck in instance healthcheck #6307

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

edgarulg
Copy link
Contributor

Deployments using ECS are marked successful by Spinnaker but the ECS service is unhealthy when target group mappings are defined in the configuration.

Here is pipeline execution with the successful deployment in Spinnaker:
Captura de pantalla 2024-11-21 a la(s) 1 30 51 p m
Captura de pantalla 2024-11-21 a la(s) 1 31 35 p m

But In the server group events we can see unhealthy issues.
Captura de pantalla 2024-11-21 a la(s) 1 31 58 p m

Here is the issue in ECS AWS console.
Captura de pantalla 2024-11-21 a la(s) 1 32 52 p m

As part of my changes I search for targetGrouphealths and then use them to set unhealthy statuses to the instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants