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

Placement enhancement: Abort policy spread based on failure rate #100

Open
jparrill opened this issue Oct 26, 2021 · 0 comments
Open

Placement enhancement: Abort policy spread based on failure rate #100

jparrill opened this issue Oct 26, 2021 · 0 comments

Comments

@jparrill
Copy link

Feature Propossal

Abort policy spreading based on failure rate.

This is quite useful for customer with a big server farm

The feature will be configured in the placement CRD with these fields:

  • FailureRate, the value is a percentage (60%)
  • TimeLimit, the value in Minutes (10)

Real use case: You are deploying a new policy on 10 servers, in this field you put a 60% and the TimeLimit it's 10 Minutes, so if the FailureRateStop is above or equal to 60% after 10 minutes, it will stop of applying in the rest of the farm. After 10 min all of them are in non-compliant state, so the policy stays in non-compliant and it will not continue with the rest of the farm.

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

No branches or pull requests

2 participants