-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Add documentation regarding best-effort-atomic-scale-up ProvReq class #7104
Conversation
f1b25ff
to
61d17f0
Compare
/lgmt |
61d17f0
to
dbd110e
Compare
cluster-autoscaler/FAQ.md
Outdated
* __Reservation from other ProvReqs (if scale up request succeeded)__: Reserves this capacity for the ProvisioningRequest for 10 minutes, preventing other ProvReqs from using it. | ||
|
||
* __Condition Updates__: | ||
Adds a Accepted=True condition when ProvReq is accepted by ClusterAutoscaler. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, just a small nit, can we mention these conditions in a numbered list, because currently it is showing in a paragraph?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like this:
- Add a
Accepted=True
condition when ProvReq is accepted by ClusterAutoscaler. - Add a
Provisioned=True
condition to the ProvReq if the node group scale up request is successful. - Add a
BookingExpired=True
condition when the 10-minute reservation period expires.
@yaroslava-serdiuk, WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, thanks! Markdown adds a, b, c
instead of numbers, so I added bullet points instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Markdown adds a, b, c instead of numbers, so I added bullet points instead.
@yaroslava-serdiuk, The changes look good to me.
0fa761e
to
f9bedeb
Compare
/lgtm |
/cc @towca |
f9bedeb
to
3a53af7
Compare
3a53af7
to
416ddfc
Compare
416ddfc
to
da44e51
Compare
/lgtm Feel free to unhold if you don't want to address the nit. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: towca, yaroslava-serdiuk 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 |
da44e51
to
544335c
Compare
544335c
to
23f29fb
Compare
/unhold |
/lgtm |
What type of PR is this?
/kind documentation
#6815