kaxil commented on a change in pull request #4247: [AIRFLOW-3402] Support
global k8s affinity and toleration configs
URL: https://github.com/apache/incubator-airflow/pull/4247#discussion_r244521304
##########
File path: airflow/contrib/kubernetes/pod.py
##########
@@ -60,6 +60,10 @@ class Pod:
:type image_pull_secrets: str
:param affinity: A dict containing a group of affinity scheduling rules
:type affinity: dict
+ :param hostnetwork: If True enable host networking on the pod
+ :type hostnetwork: bool
+ :param tolerations: A list of kubernetes tolerations
+ :type tolerations: list tolerations
Review comment:
probably a typo.
```suggestion
:type tolerations: list
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services