We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GIven 2 target pools, if pool B is unavailable for some reason, support an opt-in feature to shift its minimumPercent to pool A.
spec: enabledMinimumPercentShifting: true managedPools: - name: pool-a minimumPercent: 30 - name: pool-b minimumPercent: 25
pool-a's target capacity would be 55
55
The text was updated successfully, but these errors were encountered:
targetCapacityPercent is now called minimumPercent
minimumPercent
Sorry, something went wrong.
No branches or pull requests
GIven 2 target pools, if pool B is unavailable for some reason, support an opt-in feature to shift its minimumPercent to pool A.
pool-a's target capacity would be
55
The text was updated successfully, but these errors were encountered: