Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
Description
The build of the SI does not clean up correctly and leaves a file behind even if there are no changes (typo in Makefile)
Multiple k8shim only constants are part of the spec which should not be in the SI. They are not shared between the k8shim and other shims or the core:
- SparkLabelAppID
- SparkLabelRole
- SparkLabelRoleDriver
- LabelApp
- LabelApplicationID
- LabelQueueName
And we have no default resource types in the product. The core does not use them in the production code. They are only used in tests and we should remove them from tests also to highlight the fact that the core is resource type agnostic:
- memory
- vcore
Attachments
Issue Links
- is broken by
-
YUNIKORN-135 Move the scheduler-interface related constants from the markdown to the common package
- Closed
- relates to
-
YUNIKORN-206 Move the constants of namespace annotation to scheduler-interface
- Closed
- links to