Zach Schumacher
05/17/2021, 3:09 PMjob_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
Kevin Kho
Kevin Kho
Zach Schumacher
05/17/2021, 3:30 PMZach Schumacher
05/17/2021, 3:30 PMZach Schumacher
05/17/2021, 3:30 PMLionel
05/18/2021, 8:21 AMflow.run_config = KubernetesRun(
job_template=job_template
)
where job_template is the YAML template of the Job
version 0.14.19
Lionel
05/18/2021, 8:23 AM