f2d13efcd7
do-block-storage only supports ReadWriteOnce. Executor tasks failed with `Mkdirs failed` because the executor ran on the spark-worker node which had no mount of the spark-analytics-output PVC. - Mount spark-analytics-output PVC on spark-worker pod at /spark-output - Add podAffinity to all 11 analytics CronJob driver pods to schedule on the same node as spark-worker, ensuring the RWO PVC is accessible by both driver and executor Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>