generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 428
Open
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Description
What would you like to be cleaned:
Currently the integration relies on the "kueue.x-k8s.io/override-idx" annotation
Alternatives to consider:
- A dedicated "manager" field in the PodSpecOverrides, issue opened in Extend the PodSetOverrides structure with "manager" field kubeflow/trainer#2856
- Introspect the manager recorded by Kubertenes in the "ManagedFields" structure
Why is this needed:
Relying on the annotation is not ideal, because the API is hard to reason about.
A clear API field "manager" would nicely indicate. OTOH, it might be duplicating the responsibility of the ManagedFields structure, so we should also consider this as an option.
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.