proud-forest-76332
08/11/2023, 10:52 AMancient-application-36103
08/11/2023, 6:27 PM@resources
supports both @batch
and @kubernetes
- unfortunately, disk
isn't support in @batch
- that's the reason why it is missing in @resources
.proud-forest-76332
08/23/2023, 12:37 PMancient-application-36103
08/28/2023, 3:34 PMbulky-afternoon-92433
08/28/2023, 4:52 PM@resources
vs @kubernetes
, as the current implementation tries to pick the larger of the two attributes for each attr specified in both. Specifying any value for the resource deco that is smaller than a default for the kubernetes decorator will simply get overwritten. So for example @resources(disk=4096)
will still yield a disk of 10240Mbulky-afternoon-92433
08/28/2023, 4:53 PMproud-forest-76332
08/29/2023, 5:31 AM