You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/16 12:42:58 UTC

[GitHub] [airflow] JeffryMAC opened a new issue #8402: add HostPID and HostIPC support to KubernetesPodOperator

JeffryMAC opened a new issue #8402: add HostPID and HostIPC support to KubernetesPodOperator
URL: https://github.com/apache/airflow/issues/8402
 
 
   
   **Description**
   
   HostPID - Controls whether the pod containers can share the host process ID namespace. Note that when paired with ptrace this can be used to escalate privileges outside of the container (ptrace is forbidden by default).
   
   HostIPC - Controls whether the pod containers can share the host IPC namespace.
   
   **Use case / motivation**
   I'd like to be able to start KubernetesPodOperator with HostPID / HostIPC privileges
   expose security functionality to the operator.
   
   **Related Issues**
   
   <!-- Is there currently another issue associated with this? -->
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] boring-cyborg[bot] commented on issue #8402: add HostPID and HostIPC support to KubernetesPodOperator

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #8402: add HostPID and HostIPC support to KubernetesPodOperator
URL: https://github.com/apache/airflow/issues/8402#issuecomment-614628674
 
 
   Thanks for opening your first issue here! Be sure to follow the issue template!
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services