Skip to content

Conversation

paulomach
Copy link
Contributor

@paulomach paulomach commented Aug 20, 2025

Blocked by #644

Fixes #633

@paulomach paulomach added the bug Something isn't working as expected label Aug 20, 2025
Copy link
Contributor

@taurus-forever taurus-forever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure how will it help to protect from bad DNS (better PR description may help here), but code is OK.

P.S. should scope=cluster be part of this PR?

Comment on lines +32 to +33
"""Return the Kubernetes domain."""
return socket.getfqdn("kubernetes.default").split(".svc.")[-1]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why split on .svc.? is socket.getfqdn not give us the fqdn?

Base automatically changed from misc/linter-update to main August 22, 2025 13:50
Copy link
Contributor

@sinclert-canonical sinclert-canonical left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! I think this got proposed when I was out of office. Is there anything preventing us from going forward?

@paulomach
Copy link
Contributor Author

Hey! I think this got proposed when I was out of office. Is there anything preventing us from going forward?

Yes, as this not fully address the underlying issue as initially appeared. Right now I have some extra experimentation in my local branch, but need to carve some time to test it.

@paulomach paulomach marked this pull request as draft September 29, 2025 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected Libraries: Out of sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HA failover doesn't work when a K8s host fails
4 participants