Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Based on the proposed change in YUNIKORN-1351.
If the same metadata (such as queue or applicationID) is configured inconsistently in task pod, the scheduler should reject it.
For example, this task pod should be rejected by scheduler:
apiVersion: v1 kind: Pod metadata: labels: applicationId: "application-A" annotations: yunikorn.apache.org/app-id: "application-B"
In 1.6.0, we only throw a warning. The rejection will be implemented in 1.7.0.
Attachments
Issue Links
- is related to
-
YUNIKORN-2846 Throw a warning if a pod has inconsistent metadata in admission controller
- Closed
- relates to
-
YUNIKORN-2504 Support canonical labels and align metadata retrieving order in shim
- Resolved
- links to