-
Notifications
You must be signed in to change notification settings - Fork 276
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
[Site] Update provisioning admission check controller public doc with supported CA version #1666
[Site] Update provisioning admission check controller public doc with supported CA version #1666
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Welcome @vbhargav875! |
Hi @vbhargav875. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
@@ -10,6 +10,8 @@ The Provisioning Admission Check Controller is an Admission Check Controller des | |||
|
|||
The controller is part of kueue. You can enable it by setting the `ProvisioningACC` feature gate. Check the [Installation](/docs/installation/#change-the-feature-gates-configuration) guide for details on feature gate configuration. | |||
|
|||
The Provisioning Admission Check Controller is supported on [Kubernetes cluster-autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler) versions 1.29 and later. |
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.
Do we have some reference to support this is 1.29+?
/cc @kisieland
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.
I was not able to find anything in the release notes of CA 1.29. However, I see the below PR was merged on Jan 3rd 2024. The first new CA release tag that was cut after Jan 3rd was 1.29.0
kubernetes/autoscaler#6386
Also, verified that the ProvisiongRequest directory is only present in CA 1.29.0 tag and not in the previous (1.28.2) or earlier tags.
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.
@kisieland to confirm
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.
@kisieland gentle reminder to take a look at this PR.
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.
Hi, sorry for the late response. I had a lot of work over last week.
The Provisioning Request CRD support in CA should be implemented in 1.30+
There are supposed to be two more PRs.
The PR that is already implemented: kubernetes/autoscaler#6451
There is one in review: kubernetes/autoscaler#6488
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.
Although some providers, like GKE, might have an implementation, but no earlier than 1.29
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.
Thanks for the responses @kisieland @alculquicondor . I'll keep the PR open and update it once the feature is completely available.
Let me know if the PR should be closed 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.
maybe you can say something along the lines of:
The ProvisioningRequest was added in cluster-autoscaler v1.29, but some cloud providers might not have an implementation for it.
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.
I have updated the text. Please take a look if it looks good now.
@mimowo: GitHub didn't allow me to request PR reviews from the following users: kisieland. Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
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. |
5af9e8f
to
cf48dfc
Compare
/ok-to-test |
/cherry-pick website CA was already supported in kueue v0.5. |
@tenzen-y: once the present PR merges, I will cherry-pick it on top of website in a new PR and assign it to you. In response to this:
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. |
/release-note-none |
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: 0c02bfd48eacae4f0752d383a5c8dd94d1148073
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, vbhargav875 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 |
@tenzen-y: new pull request created: #1704 In response to this:
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. |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Update provisioning admission check controller public doc with supported CA version
Which issue(s) this PR fixes:
Fixes #1665
Special notes for your reviewer:
NONE
Does this PR introduce a user-facing change?
NONE