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

LB end-point liveness check issue #276

Closed
codeSnip12 opened this issue May 15, 2023 · 1 comment
Closed

LB end-point liveness check issue #276

codeSnip12 opened this issue May 15, 2023 · 1 comment

Comments

@codeSnip12
Copy link
Contributor

I am trying to avoid kubernetes built-in liveness check and use loxilb's liveness check for an udp service. I created an end point as follows -

loxicmd create endpoint 31.31.31.1 --name="udp" --probetype connect-udp --probeport=8081 --probereq="hello" --proberesp="hello" 

But it seems loxilb is ignoring probe request and response for this type of liveness check. When I used http checks, it seems to be working as expected but for "connect-*" types, it is not working as expected.

UltraInstinct14 added a commit that referenced this issue May 15, 2023
gh-276 Fix for liveness check on req/resp for connect probes
@UltraInstinct14
Copy link
Contributor

Fixed !!

TrekkieCoder added a commit that referenced this issue May 24, 2023
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

No branches or pull requests

2 participants