[
https://issues.apache.org/jira/browse/FLINK-24332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576582#comment-17576582
]
Fred k edited comment on FLINK-24332 at 8/8/22 7:03 AM:
--------------------------------------------------------
I have some questions when using statefulset:
# what is the style of statefulset support? All TM use one statefulset? one TM
use one statefulset?
# If all TM use one statefulset, how we know how many TM need to create and
when to delete TM with no task running?
# If one TM use one statefulset, how we control the statefulset create or
delete with dynamic PVC?
was (Author: kevin_123):
I have some question when using statefulset:
# what is the style of statefulset support? All TM use one statefulset? one TM
use one statefulset?
# If all TM use one statefulset, how we know how many TM need to create and
when to delete TM with no task running?
# If one TM use one statefulset, how we control the statefulset create or
delete with dynamic PVC?
> Support to mount a dynamically-created persistent volume claim per TaskManager
> ------------------------------------------------------------------------------
>
> Key: FLINK-24332
> URL: https://issues.apache.org/jira/browse/FLINK-24332
> Project: Flink
> Issue Type: New Feature
> Components: Deployment / Kubernetes
> Reporter: Yang Wang
> Priority: Major
>
> Pod template could be used to mount a same PVC for all the TaskManagers.
> However, in many cases, users need to mount dynamically-created persistent
> volume claim for each TaskManager.
>
> Refer to
> [https://lists.apache.org/thread.html/r08ed40ee541c69a74c6d48cc315671198a1910dbd34fd731fe77da37%40%3Cuser.flink.apache.org%3E]
> for more information.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)