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

Support for delay between call to prepare-downscale and actual downscale. #119

Closed
wants to merge 6 commits into from

Conversation

pstibrany
Copy link
Member

@pstibrany pstibrany commented Jan 15, 2024

We plan to run new ingesters with delay between prepare-downscale and actual downscale. During this delay, ingesters will keep running, but will not receive any new data.

Timestamp of prepare-downscale call is recorded as Pod annotation.

After delay elapses (checked as max recorded timestamp in pod annotations), rollout operator's admission controller allows final downscale.

User can cancel the downscale during this delay, and scale up again. In that case rollout operator can be configured to call DELETE on prepare-downscale endpoint.

(draft, doing manual testing)

@pstibrany
Copy link
Member Author

Closing this in favor of resource mirroring + delayed scaledown in controller.

@pstibrany pstibrany closed this Feb 1, 2024
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

Successfully merging this pull request may close these issues.

None yet

1 participant