@Cplo Thanks for adding these features! Noticed a small bug (I think) when trying to set `image_pull_secrets`, even though the KubernetesPodOperator accepts the parameter, the value is not passed to the generated pod.
I add the following line to the execute method and works as expected. `pod.image_pull_secrets = self.image_pull_secrets` Haven't contributed to the project before so feel free to make the update. [ Full content available at: https://github.com/apache/incubator-airflow/pull/3697 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org