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

Q: How do partitions work? #2891

Open
strowi opened this issue Sep 21, 2024 · 0 comments
Open

Q: How do partitions work? #2891

strowi opened this issue Sep 21, 2024 · 0 comments

Comments

@strowi
Copy link

strowi commented Sep 21, 2024

Hi,

we recently stumbled upon DDoS-ing our registry by not having any partitions/rolloutstrategy. I was wondering what happens with the following rolloutStragegy:

Let's say we have 200 clusters of which always one or two handful are offline.

rolloutStrategy:
  maxUnavailable: 100%
  maxUnavailablePartitions: 100%
  autoPartitionSize: 10%

How will the rollout happen here? Still one partition (20 clusters) after the other?
Or just all at the same time since 100% are allowed to fail?

Is there another way to insert some delay between rollouts to prevent the DDoS of our registry?

Thx,
strowi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant