Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/298.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Kubernetes 如何在气流中使用外部pod模板_Kubernetes_Airflow - Fatal编程技术网

Kubernetes 如何在气流中使用外部pod模板

Kubernetes 如何在气流中使用外部pod模板,kubernetes,airflow,Kubernetes,Airflow,我正在尝试使用我自己的pod模板与KuberneteSecutor。因此,在airflow.cfg的官方文档中,有一个参考,我们可以使用外部pod模板 # Path to the YAML pod file. If set, all other kubernetes-related fields are ignored. pod_template_file = 我试图通过指定pod模板文件的路径来使用它,但它根本不起作用 你知道我如何使用它或者如何解决这个问题吗? 多谢各位

我正在尝试使用我自己的pod模板与KuberneteSecutor。因此,在airflow.cfg的官方文档中,有一个参考,我们可以使用外部pod模板

# Path to the YAML pod file. If set, all other kubernetes-related fields are ignored.
pod_template_file =
我试图通过指定pod模板文件的路径来使用它,但它根本不起作用

你知道我如何使用它或者如何解决这个问题吗? 多谢各位