if set multinode=true, the leaderWorkerSet resource will be rendered, but it does not contain the leaderTemplate: https://github.com/llm-d-incubation/llm-d-modelservice/blob/main/charts/llm-d-modelservice/templates/decode-lws.yaml#L36
The data parallelism in vLLM requires distinguishing between leader nodes and worker nodes, see: https://docs.vllm.ai/en/latest/serving/data_parallel_deployment
May I ask why it is not supported? If necessary, I will submit a PR to add it. Looking forward to your reply