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

Ingress will only have an IP address when type is LoadBalancer #5047

Merged

Conversation

divolgin
Copy link
Member

What this PR does / why we need it:

When application includes an Ingress, without a LoadBalancer ingress will not have an address associated with it. While this can be a valid setup, it will always result in application as being unavailable.

Which issue(s) this PR fixes:

https://app.shortcut.com/replicated/story/113505/sdk-falsely-reporting-ingress-as-unavailable-when-it-should-not

Does this PR require a test?

NONE

Does this PR require a release note?

Fixes a bug that could result in instance being reported as unavailable if application includes an Ingress resource.

Does this PR require documentation?

NONE

@divolgin divolgin added type::bug Something isn't working bug::normal labels Dec 13, 2024
@divolgin divolgin force-pushed the divolgin/sc-113505/sdk-falsely-reporting-ingress-as-unavailable branch from ecbc673 to a825084 Compare December 13, 2024 22:17
@divolgin divolgin marked this pull request as ready for review December 13, 2024 23:37
@divolgin divolgin merged commit 02e3180 into main Dec 17, 2024
122 checks passed
@divolgin divolgin deleted the divolgin/sc-113505/sdk-falsely-reporting-ingress-as-unavailable branch December 17, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug::normal type::bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants