-
Notifications
You must be signed in to change notification settings - Fork 300
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
v1beta2 wishlist #768
Comments
ref: #771 |
Has been removed in #834 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Change |
Maybe we can consider to move the workload's |
I'm not too sure about that one. |
That is a good point. |
Tricky... because we also want the users to be able to reset the active field back to true. And they definitely shouldn't have access to status. |
Deprecate the |
Yeah, I agree with you. My motivation is mitigating compexity of mechanism to deactivate workload by exceeding the backoffLimit in the workload controller. Once we move or add active field in the Workload, that allows us to deactivate a workload by a single API call. Current behavior needs to 3 reconciling: But, I'm sure your concerns. So, let us seek any alternative approach to mitigate complexity of mechanism of deactivation. |
Deprecate or remove the |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
We may also revisit promoting domains for some labels (for example to support kueue.kubernetes.io/queue-name along with kueue.x-k8s.io/queue-name), see #2858 |
AFAIK, @kerthcet tried to add queueName field to the core PodSpec API. We may be able to retry it before adding the |
Also adding status to ResourceFlavor could be useful, especially for TAS, currently we only have Spec:
|
That doesn't need a new API version |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Fix a field name typo in the Workload resource found at #4297. incorrect: kueue/apis/kueue/v1beta1/workload_types.go Lines 350 to 354 in 4f01318
|
Unify name of Cohort and CQ's parent reference. Perhaps both being See #4473 |
What would you like to be cleaned:
In a v1beta2 API, we would like to make the following breaking changes:
status.flavorUsage
tostatus.flavorsUsage
.Why is this needed:
As we add more features, some field didn't age well.
The text was updated successfully, but these errors were encountered: