Sergey Moskvin
02/12/2025, 9:09 AMMarvin
02/12/2025, 9:10 AMbase_job_template
for Kubernetes. However, disk space allocation in Kubernetes is typically managed through persistent volumes (PVs) and persistent volume claims (PVCs).
To ensure disk space for your Prefect jobs running on Kubernetes, you can define a PVC and reference it in your job configuration. This would involve modifying your job template to include a volume and volumeMounts section that specifies the PVC.
For more details on configuring Kubernetes infrastructure for Prefect, you can refer to the following documentation:
- Prefect Work Pools
- Kubernetes Infrastructure Examples
If you require further customization, you might need to consult Kubernetes documentation on persistent volumes and claims.