-
Notifications
You must be signed in to change notification settings - Fork 49
Adds spot-pricing flag for quick best effort calculation + docs #455
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @mattbates |
85f97f9
to
518d419
Compare
Signed-off-by: JoshVanL <[email protected]>
Signed-off-by: JoshVanL <[email protected]>
518d419
to
f1c7485
Compare
@JoshVanL: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@JoshVanL: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
What this PR does / why we need it:
Adds spot-pricing flag to cluster apply command. This will apply a best effort spot price to each instance pool based on an average of the last 3 days pricing + 25%.
Adds documentation for spot pricing.
fixes #451
fixes #452