You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/04/19 18:30:44 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #5138: [AIRFLOW-XXX] Specify the default config_file parameter in KubernetesPodOperator do…

mik-laj commented on a change in pull request #5138: [AIRFLOW-XXX] Specify the default config_file parameter in KubernetesPodOperator do…
URL: https://github.com/apache/airflow/pull/5138#discussion_r277058949
 
 

 ##########
 File path: airflow/contrib/operators/kubernetes_pod_operator.py
 ##########
 @@ -71,7 +71,8 @@ class KubernetesPodOperator(BaseOperator):
     :type affinity: dict
     :param node_selectors: A dict containing a group of scheduling rules
     :type node_selectors: dict
-    :param config_file: The path to the Kubernetes config file
+    :param config_file: The path to the Kubernetes config file.
+        If not specified, defaults to ~/.kube/config
 
 Review comment:
   ```suggestion
           If not specified, defaults to ``~/.kube/config``
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services