When i specify a `job_template` in my `KubernetesR...
# ask-community
z
When i specify a
job_template
in my
KubernetesRun
config, I’m stilling seeing default set in the UI. I believe previously I would see the template there. Anyone know what is going on? We are running prefect cloud and my core version is
0.14.19
k
Will check with the UI team, @Zach Schumacher
👍 1
This looks like a bug. We’ll get to fixing it.
z
also noticed its not picking up the image name or image pull secrets
ok thanks!
just wanted to make sure i wasn’t losing my mind and doing something wrong lol
😅 1
l
can confirm imagePullSecrets is not getting picked up by KubernetesRun() I'm using self-hosted Prefect Server though not the Cloud version.
Copy code
flow.run_config = KubernetesRun(
    job_template=job_template
)
where job_template is the YAML template of the Job version
0.14.19
in the generated Job on Kubernetes, there's no imagePullSecrets field