[ 
https://issues.apache.org/jira/browse/AIRFLOW-4781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16866486#comment-16866486
 ] 

ASF GitHub Bot commented on AIRFLOW-4781:
-----------------------------------------

Fokko commented on pull request #5410: [AIRFLOW-4781] Add the ability to 
specify ports in kubernetesOperator
URL: https://github.com/apache/airflow/pull/5410
 
 
   
 
----------------------------------------------------------------
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]


> Added the ability to specify ports in kubernetesOperator
> --------------------------------------------------------
>
>                 Key: AIRFLOW-4781
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4781
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: operators
>    Affects Versions: 1.10.3
>            Reporter: Ron van Weverwijk
>            Assignee: Ron van Weverwijk
>            Priority: Minor
>             Fix For: 1.10.4, 2.0.0
>
>
> In kubernetes you have the ability to specify which ports to open to the 
> container.
>  
> {code:java}
> containers:
>     - name: task-pv-container
>       image: nginx
>       ports:
>         - containerPort: 80
>           name: "http-server"
> {code}
> In this issue we want to add that support to the kubernetesOperator and 
> `PodRequestFactory`
> With the support in the PodRequestFactory we can add functionality to build 
> an operator that start a container in kubernetes and interact over the opened 
> port.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to