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

Conflicting Loxi setups in same VPC, AZ disrupt existing configuration. #759

Closed
Rammurthy5 opened this issue Aug 13, 2024 · 1 comment
Closed
Labels
bug Something isn't working status:accepted

Comments

@Rammurthy5
Copy link

Describe the bug
New loxi setup destroys existing Loxi setup if deployed in the same VPC and AZ despite connected to different clusters.

To Reproduce
Steps to reproduce the behavior:
1, Set up Loxi master and backup connected to cluster A. Verify if the subnet for the given CIDR is created and ElasticIP is assigned as expected.
2, On the same VPC and AZ, Set up another Loxi master and backup connected to cluster B. use a different subnet CIDR and different ElasticIP.
3, now you will notice the existing loxi setup is disturbed - removed the elastic ip and destroyed the subnet.

Expected behavior
Despite number of existing Loxi instances in the same VPC or AZ if they have different ElasticIP, different subnet CIDR, different cluster.

Environment (please complete the following information):

  • OS: Talos 1.6.6
  • Kernel Version:
  • LoxiLB Version: latest
  • Cloud Environment: AWS
  • K8s Version 1.28.3
@Rammurthy5 Rammurthy5 added the bug Something isn't working label Aug 13, 2024
@TrekkieCoder
Copy link
Collaborator

By adding argument to loxilb "--cloudinstance=test1", loxilb cluters running within same vpc can be now run.

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

No branches or pull requests

2 participants