Commit c0803a4
Test User
fix: remove duplicate cache volumes from hook extension patch
The hook extension was redefining cache volumes that are already in the runner
template. When ARC merges the hook extension with the pod spec, duplicate volume
definitions cause Kubernetes validation to fail. Cache volumes are already defined
in the runner template and will be merged automatically, so we only need to mount
them in the job container. We only define the system volumes (sys, cgroup, proc,
dev, dev-pts, shm) that are specifically needed for the privileged job container.1 parent 98e3a1c commit c0803a4
1 file changed
+6
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | | - | |
| 591 | + | |
| 592 | + | |
592 | 593 | | |
593 | 594 | | |
594 | 595 | | |
595 | 596 | | |
596 | 597 | | |
597 | 598 | | |
598 | 599 | | |
599 | | - | |
| 600 | + | |
| 601 | + | |
600 | 602 | | |
601 | 603 | | |
602 | 604 | | |
| |||
624 | 626 | | |
625 | 627 | | |
626 | 628 | | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
| 629 | + | |
| 630 | + | |
643 | 631 | | |
644 | 632 | | |
645 | 633 | | |
| |||
0 commit comments