Skip to content
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

Support PodLevelResources #4233

Open
1 of 5 tasks
tenzen-y opened this issue Feb 11, 2025 · 0 comments
Open
1 of 5 tasks

Support PodLevelResources #4233

tenzen-y opened this issue Feb 11, 2025 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@tenzen-y
Copy link
Member

tenzen-y commented Feb 11, 2025

What would you like to be added:
It would be great if we can support the PodLevelResources feature. Indeed, this feature is still alpha stage, but the APIs has already been added to k/k corev1 API.

Indeed, we have already started to use the PodRequests helper to calculate total Pod resources in #4177, which means we can calculate the requested Pod resources with PodLevelResources by passing something to the PodResourceOptions.

Once we have done the below tasks, we can confirm the PodLevelResources compatibility with Kueue.

Note

We need to enable Kubernetes featureGate, PodLevelResources in kube-scheduler, kube-apiseerver, and kubelet to verify the behavior.

Why is this needed:
It would be better to support k/k new enhancements.

Completion requirements:

This enhancement requires the following artifacts:

  • Design doc
  • API change
  • Docs update

The artifacts should be linked in subsequent comments.

@tenzen-y tenzen-y added the kind/feature Categorizes issue or PR as related to a new feature. label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant