0

I need to use a container with gcsfuse in google cloud composer, as far as i know --privileged flags when running the container is needed for gcsfuse, how to use --privileged flags when running the container using kubernetes pod operator in google cloud composer?

Andrew Gaul
  • 2,296
  • 1
  • 12
  • 19

1 Answers1

0

Looking at the KubernetesPodOperator and its internal implementation, I don't think securityContext is exposed and configurable. You may want to file an Apache Airflow JIRA issue for feature tracking.

Feng Lu
  • 691
  • 5
  • 6