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(k8s): fix VIPs configmap entries with invalid keys for ExternalName services (backport of #8168) #8196

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

kumahq[bot]
Copy link
Contributor

@kumahq kumahq bot commented Oct 31, 2023

Automatic cherry-pick of #8168 for branch release-2.3

Generated by action

cherry-picked commit 23f9001

…me services (#8168)

Services with the `ExternalName` type do not allow us to get an
IP address, so the generated VIPs config map contains entries with
invalid keys, such as `1:`. This was hard to debug because we were
getting an EOF error during unmarshalling of the VIPs config map.

This commit fixes the issue by ignoring services of that type with
appropriate log when it'll happen.

Signed-off-by: Bart Smykla <bartek@smykla.com>
@kumahq kumahq bot added the release-2.3 label Oct 31, 2023
@bartsmykla bartsmykla merged commit b6da9d5 into release-2.3 Oct 31, 2023
8 checks passed
@bartsmykla bartsmykla deleted the chore/backport-release-2.3-8168 branch October 31, 2023 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant