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 01:59:00 UTC

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

hob007 created FLINK-28189:
------------------------------

             Summary: 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


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.



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