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

Liveness probe listens to both IPV4 and IPV6 interfaces #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sylvaindd
Copy link

Makes the liveness probe listen on both IPV4/IPV6 interfaces

Fixes #123

@zakkg3
Copy link
Owner

zakkg3 commented Sep 20, 2024

I have to fix the e2e test and if that passes ill merge this. I guess in the next days I hope I find the time for this.
sorry for the delay.

@zakkg3
Copy link
Owner

zakkg3 commented Sep 25, 2024

I can not found nothing on the docs that tells me this listens on both ipv6 and ipv4. Anyway the tests are passing.
can you point me to where did you find this?

@sylvaindd
Copy link
Author

It's standard that "::" listens on both IPv4 and IPv6. The square brackets "[ ]" are needed in the URL for the syntax to be correct.

Kopf code: https://github.com/nolar/kopf/blob/main/kopf/_core/engines/probing.py#L71
The host will be "::" in the URL parsing.

@sylvaindd
Copy link
Author

Hello, any news on this?

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.

Probe not listening on IPV6 interfaces
2 participants