mik-laj commented on a change in pull request #10916:
URL: https://github.com/apache/airflow/pull/10916#discussion_r487809180



##########
File path: docs/executor/kubernetes.rst
##########
@@ -41,6 +41,61 @@ The volumes are optional and depend on your configuration. 
There are two volumes
 To troubleshoot issue with KubernetesExecutor, you can use ``airflow 
kubernetes generate-dag-yaml`` command.
 This command generates the pods as they will be launched in Kubernetes and 
dumps them into yaml files for you to inspect.
 
+.. _concepts:pod_template_file:
+
+pod_template_file
+#################
+
+As of Airflow 1.10.12, users can now use a pod_template_file setting in their 
airflow.cfg to form the basis of
+their KubernetesExecutor pods. This process is faster and easier to modify.
+
+We include multiple examples of working pod operators below, but we would also 
like to explain a few necessary components
+if you want to customize your pod_template_files. As long as you have these 
components, every other element

Review comment:
       ```suggestion
   if you want to customize your Pod template files. As long as you have these 
components, every other element
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to