RachitSharma2001 commented on issue #30851:
URL: https://github.com/apache/airflow/issues/30851#issuecomment-1527892789
I would like to work on this if that is ok. In terms of the implementation,
I was thinking of add a field `docker_run_options` to the
KubernetesPodOperator, where the user could then specify particular options
like so:
```
KubernetesPodOperator(
namespace="default",
image="....",
docker_run_options=["dns", "cap-add"],
)
```
Let me know if this design makes sense or if there may be a better way.
Also, because there are some run options that are not possible on
Kubernetes, such as --device, I was thinking that the documentation could
specify which run options are possible.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]