This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch v1-10-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v1-10-stable by this push:
new 0d91fcf Mark pod_template_file config as experimental
0d91fcf is described below
commit 0d91fcf725f69e10f0969ca36f9e38e1d74110d0
Author: Kaxil Naik <[email protected]>
AuthorDate: Fri Jul 10 16:53:51 2020 +0100
Mark pod_template_file config as experimental
---
airflow/config_templates/config.yml | 1 +
airflow/config_templates/default_airflow.cfg | 1 +
2 files changed, 2 insertions(+)
diff --git a/airflow/config_templates/config.yml
b/airflow/config_templates/config.yml
index 97cea20..d1c2c90 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -1759,6 +1759,7 @@
- name: pod_template_file
description: |
Path to the YAML pod file. If set, all other kubernetes-related fields
are ignored.
+ (This feature is experimental)
version_added: 1.10.11
type: string
example: ~
diff --git a/airflow/config_templates/default_airflow.cfg
b/airflow/config_templates/default_airflow.cfg
index 6aba73f..bf83b34 100644
--- a/airflow/config_templates/default_airflow.cfg
+++ b/airflow/config_templates/default_airflow.cfg
@@ -816,6 +816,7 @@ verify_certs = True
worker_container_repository =
# Path to the YAML pod file. If set, all other kubernetes-related fields are
ignored.
+# (This feature is experimental)
pod_template_file =
worker_container_tag =
worker_container_image_pull_policy = IfNotPresent