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

probe fails between secondary IPs of Loxi instances #784

Open
Rammurthy5 opened this issue Sep 2, 2024 · 2 comments
Open

probe fails between secondary IPs of Loxi instances #784

Rammurthy5 opened this issue Sep 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Rammurthy5
Copy link

Describe the bug
Loxi requires secondary IP to communicate with each other for probing and respond to the service requests from the client. Currently, there needs a manual intervention to get this going. ip route add <secondary ip> via <gateway>
every time we might need to maually intervene and amend the route table appropriately. otherwise service will fail to respond.

To Reproduce
Steps to reproduce the behavior:
Set up loxi master and backup instances.
Deploy kube-loxilb.
Deploy a simple service and expose it via Loxi.
Check the probing status, and service response time.

Expected behavior
we can try and avoid manual intervention on the Loxi set up as secondary ip changes dynamically when the failover happens.

Environment (please complete the following information):

  • OS: Talos Linux v1.6.6 for k8s cluster, loxi set up on ubuntu 22.04
  • Kernel Version: 6.5.0-1023-aws
  • LoxiLB Version: latest
  • Cloud Environment: AWS
  • K8s Version 1.28.3
@Rammurthy5 Rammurthy5 added the bug Something isn't working label Sep 2, 2024
@TrekkieCoder
Copy link
Collaborator

Did some further testing on it. As long as source/dest check is disabled, it seems to work fine. Please check AWS doc related to "Source/destination checking".

UltraInstinct14 added a commit that referenced this issue Nov 6, 2024
gh-784 Probing in AWS w/VIP support env fixed
@TrekkieCoder
Copy link
Collaborator

Even with source/dest check disabled, few issues were identified and fixed in latest image. Please double check !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants