-
Notifications
You must be signed in to change notification settings - Fork 277
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 opt-in P&F configs for Visibility API and reference from documentation #3043
Add opt-in P&F configs for Visibility API and reference from documentation #3043
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
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
Please add "Part of #2973" in the description for discoverability.
Leaving approve to Yuki
LGTM label has been added. Git tree hash: 2a849f66d8cd016b5f752a44c6b887bb4f03525a
|
Please also confirm by a manual test that it works fine e2e before we merge |
Ah, this feature available from v1.29 https://kubernetes.io/docs/concepts/cluster-administration/flow-control/. |
It is in Beta (enabled by default) since 1.20 apparently: https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/1040-priority-and-fairness/kep.yaml. But maybe the API version is different? |
Yes, sure.
DispatchedRequests for |
Also I've tested with helm. It's working fine too.
|
/hold |
fe6682a
to
1355dcc
Compare
Still |
LGTM label has been added. Git tree hash: 94a21547030574aebf37ab0e65c152d499608082
|
/assign @tenzen-y |
site/content/en/docs/tasks/manage/monitor_pending_workloads/pending_workloads_on_demand.md
Show resolved
Hide resolved
@mimowo I'm ok with the removal of APF configurations from Helm Chart. |
We shouldn't install it by default. But we can add some variable that allow user to setup this configuration optionally on helm. WDYT? |
fb40ba8
to
0e05e8b
Compare
Right, since we decided not to provide the P&F configs in the main manifest for 0.9 we shouldn't install the configs by default by Helm charts, for consistency (same functionality).
I like this idea, and see we have an analog for prometheus like here. Maybe we have a variable like |
SGTM |
ec7891d
to
024379f
Compare
024379f
to
390a9b0
Compare
Done |
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, but leaving final tagging to @tenzen-y
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.
This looks great!
Thank you for doing this!
/approve
/lgtm
/hold cancel
LGTM label has been added. Git tree hash: f7991034cbda4698ca556ad58a28d83abb974ae3
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mbobrovskyi, mimowo, tenzen-y 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 |
…ation (kubernetes-sigs#3043) * Add opt-in P&F configs for Visibility API and reference from documentation. * Add API Priority and Fairness section on installation guide. * Add helm charts configuration.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add FlowSchema and PriorityLevelConfiguration for Visibility API.
Which issue(s) this PR fixes:
Part of #2973.
Special notes for your reviewer:
DispatchedRequests for
kueue-visibility
increased. That's mean that we are usingkueue-visibility
PriorityLevel insteadglobal-default
.Does this PR introduce a user-facing change?