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)