Niall O'Riordan
08/14/2024, 1:20 PMPrefectDeprecationWarning: prefect.infrastructure.kubernetes.KubernetesJob has been deprecated. It will not be available after Sep 2024. Use the Kubernetes worker from prefect-kubernetes instead. Refer to the upgrade guide for more information: <https://docs.prefect.io/latest/guides/upgrade-guide-agents-to-workers/>.
However, the listed upgrade docs still reference the same KubernetesJob:
> from prefect.infrastructure import KubernetesJob
>
> KubernetesJob.load("my-k8s-job").publish_as_work_pool()
Is the warning message still correct and this is being deprecated?Nate
08/14/2024, 1:42 PMNiall O'Riordan
08/14/2024, 1:48 PMNiall O'Riordan
08/14/2024, 4:04 PM