adam aditama
08/15/2025, 3:58 AMForbidden: jobs.batch is forbidden: User "system:serviceaccount:prefect:prefect-worker" cannot create resource "jobs" in API group "batch" in the namespace "default"
It seems the service account prefect-worker
in namespace prefect
doesn’t have permission to create Jobs in default
.
any solutions?Lukasz
08/15/2025, 10:58 AMKevin Grismore
08/15/2025, 2:49 PMKevin Grismore
08/15/2025, 2:50 PMprefect
namespace and places all the resources there, you'll want to set the namespace config for the work pool to prefect
alsoadam aditama
08/18/2025, 5:03 AM