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

[bug]: two deployments of provider of the same loadbalancer bounce #192

Open
hicaistar opened this issue Aug 15, 2020 · 0 comments
Open

Comments

@hicaistar
Copy link

hicaistar commented Aug 15, 2020

Is this a BUG REPORT or FEATURE REQUEST?:

Uncomment only one, leave it on its own line:

/kind bug

/kind feature

What happened:
In a special circumstance, loadbalancer controller will generate two deployments of loadbalancer provider for the same loadbalancer. As we expect the code should choose one deployment and set the replica to '0', and it will be '0' forever. But what we got is:

  1. round1: set first one of deployment to '0'
  2. round2: set second one of deployement to '0', set first one deployment to '1'
  3. round3: set second one to '1', set first one to '0'
  4. recycle forever.....

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

@hicaistar hicaistar changed the title [bug] [bug]: two replicas of provider of the same loadbalancer bounce Aug 15, 2020
@hicaistar hicaistar changed the title [bug]: two replicas of provider of the same loadbalancer bounce [bug]: two deployments of provider of the same loadbalancer bounce Aug 15, 2020
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

1 participant