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

Stop NodePort services from flapping when a replica comes on- or offline #220

Open
nightkr opened this issue Sep 11, 2024 · 0 comments · May be fixed by #231
Open

Stop NodePort services from flapping when a replica comes on- or offline #220

nightkr opened this issue Sep 11, 2024 · 0 comments · May be fixed by #231
Assignees
Labels

Comments

@nightkr
Copy link
Member

nightkr commented Sep 11, 2024

Affected Stackable version

No response

Current and expected behavior

Currently, NodePort Listeners' status.addresses are updated whenever a replica comes up or down.. if this is used for discovery configuration then clients will be restarted on each such event (if clients use our restarting service).

Possible solution

For NodePort listeners, decide the address list based on sticky assignments instead (as defined by listener PVs).

Additional context

No response

Environment

No response

Would you like to work on fixing this bug?

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Development: In Progress
1 participant