You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "hob007 (Jira)" <ji...@apache.org> on 2022/06/22 02:00:00 UTC

[jira] [Updated] (FLINK-28189) The taskmanager dynamically created by flink native k8s creates pods directly, why not create a deployment?

     [ https://issues.apache.org/jira/browse/FLINK-28189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

hob007 updated FLINK-28189:
---------------------------
    Description: 
I am using Flink native k8s deployment. The pods is dynamically created. But there's some problem with K8S cluster monitor. I can't monitor taskmanager pods status, because these pod without deployment.

 

So my question is:

The taskmanager dynamically created by flink native k8s creates pods directly, why not create a deployment?

 

For example:

Define a deployment and using replicates to control taskmanager's pods.

 

Chinese description reference:

https://issues.apache.org/jira/browse/FLINK-28167

  was:
I am using Flink native k8s deployment. The pods is dynamically created. But there's some problem with K8S cluster monitor. I can't monitor taskmanager pods status, because these pod without deployment.

 

So my question is:

The taskmanager dynamically created by flink native k8s creates pods directly, why not create a deployment?

 

For example:

Define a deployment and using replicates to control taskmanager's pods.


> The taskmanager dynamically created by flink native k8s creates pods directly, why not create a deployment?
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-28189
>                 URL: https://issues.apache.org/jira/browse/FLINK-28189
>             Project: Flink
>          Issue Type: Improvement
>          Components: Deployment / Kubernetes
>    Affects Versions: 1.14.4
>            Reporter: hob007
>            Priority: Major
>
> I am using Flink native k8s deployment. The pods is dynamically created. But there's some problem with K8S cluster monitor. I can't monitor taskmanager pods status, because these pod without deployment.
>  
> So my question is:
> The taskmanager dynamically created by flink native k8s creates pods directly, why not create a deployment?
>  
> For example:
> Define a deployment and using replicates to control taskmanager's pods.
>  
> Chinese description reference:
> https://issues.apache.org/jira/browse/FLINK-28167



--
This message was sent by Atlassian Jira
(v8.20.7#820007)