Hello, im trying to run a deployment on kubernetes...
# ask-community
d
Hello, im trying to run a deployment on kubernetes. I have given the service account the ability to create jobs and all it needs in the namespace it is gonna run and the only one i have permission to give access to, but when the jobs try to run the try to run a read on the namespace kube-system. Is there anyway around it?
t
I run on a K8s cluster with namespace restrictions and the only problem I had to work around was to define the
clusterUid
value in the helm chart for the prefect worker. The worker is able to start jobs without querying the kube-system namespace. This is true on both Prefect 2 & 3.
🙌 1