armandleopold commented on issue #13918: URL: https://github.com/apache/airflow/issues/13918#issuecomment-805746840
Found a wordaround using **`full_pod_spec`** ```yaml full_pod_spec=k8s.V1Pod( metadata=k8s.V1ObjectMeta( name="hardcodedname"), spec=k8s.V1PodSpec( containers=[k8s.V1Container( name="base", security_context=k8s.V1SecurityContext( allow_privilege_escalation=True,privileged=True))])), ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
