New RunLLM response generated: >>>*# Question* An...
# runllm-flyte-trial
a
New RunLLM response generated: >>>*# Question* Any particular reason to have the replica count in flyte-binary helm chat to be hard-coded to
1
? If not, I can make a quick PR make that as variable. # Answer The replica count in the
flyte-binary
Helm chart is set to
1
by default, likely for simplicity and to ensure a single instance deployment for initial setups or development environments. This setting can be modified to support multiple replicas for production environments. According to Flyte's GitHub README, the
replicaCount
parameter can be configured for various components, including FlyteAdmin and FlyteConsole. Therefore, it should be feasible to make the
replicaCount
in
flyte-binary
Helm chart configurable as well. If you would like to proceed with a PR to make this configurable, it would align with the existing practices in Flyte's Helm charts and provide more flexibility for users. Would you like more details on how to proceed with the PR? Sources: - Flyte GitHub README - Flyte GitHub PR 3137 Slack Link https://flyte-org.slack.com/archives/CP2HDHKE1/p1718739978.152959 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.