Victor Rosario Núñez
10/31/2024, 11:33 AMMarvin
10/31/2024, 11:33 AMKubernetesClusterConfig
block in your Prefect configuration. This allows you to point Prefect to the correct configuration context.
2. Modifying the Job Template: You may want to modify the base job template in Prefect to include additional configurations. You can do this through the Advanced Settings, where you can edit the JSON representation of the job template and adjust fields like CPU requests, environment variables, etc.
3. GitHub Issues and Known Problems: There are known issues, such as evictions not being gracefully handled by Kubernetes workers, leading to flows becoming stuck. You should be aware of these when configuring your environment for robustness.
Please consult the documentation for further details:
- Prefect 3.0 Kubernetes Deployment Guide
Additionally, consider reviewing related GitHub issues for any known problems or troubleshooting tips:
- Kubernetes Configuration and Eviction Handling Issue
These resources will guide you on setting up and handling your Kubernetes configurations within Prefect 3.0. Let me know if you need further assistance!