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?
Asked
Active
Viewed 287 times
0

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

Rahandi Noor Pasha
- 41
- 8
1 Answers
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
-
thanks for the answer, i'm currently using python google cloud storage module to compensate it – Rahandi Noor Pasha Jan 24 '19 at 06:57