4e362c1347
* K8s yaml templates not rendered by k8sexecutor There is a bug in the yaml template rendering caused by the logic that yaml templates are only generated when the current executor is the k8sexecutor. This is a problem as the templates are generated by the task pod, which is itself running a LocalExecutor. Also generates a "base" template if this taskInstance has not run yet. * fix tests * fix taskinstance test * fix taskinstance * fix pod generator tests * fix podgen * Update tests/kubernetes/test_pod_generator.py Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com> * @ashb comment Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com> |
||
---|---|---|
.. | ||
models | ||
__init__.py | ||
basic_pod.yaml | ||
pod.yaml | ||
pod_generator_base.yaml | ||
pod_generator_base_with_secrets.yaml | ||
test_client.py | ||
test_pod_generator.py | ||
test_pod_launcher.py | ||
test_refresh_config.py |