mysterious-dinner-77632
12/01/2025, 1:05 PMenableDynamicContainerLoading option of StowStore setting here: https://github.com/flyteorg/flyte/blob/d50fcb8402ca9ac4d2befa5a338b76b765c4d8e2/flytestdlib/storage/stow_store.go#L146
How do I do that thru helmchart? can you give me some documentation around thatancient-wolf-19325
12/01/2025, 1:05 PMenableDynamicContainerLoading option of StowStore via the Helm chart or provide documentation specifically about configuring this setting through Helm. If you can clarify your deployment context (e.g., which storage backend you are using, or if you are customizing the storage configuration in your values.yaml), it may help in providing more targeted guidance. If this doesn't help, please reach out to the Flyte support team for further assistance. π 0 button π 0 button π‘ Hint: Mention @runllm in the thread for followups.mysterious-dinner-77632
12/01/2025, 1:06 PMancient-wolf-19325
12/01/2025, 1:06 PMenableDynamicContainerLoading option of StowStore specifically when using S3 as a backend in a multi-cluster setup via the flyte-core Helm chart. If you can provide more details about where you want this option to take effect (e.g., FlyteAdmin, FlytePropeller, or both), or if you have a custom storage.yaml, that context could help in determining if a workaround or manual configuration is possible. If this doesn't help, please reach out to the Flyte support team for further assistance. π 0 button π 0 button π‘ Hint: Mention @runllm in the thread for followups.mysterious-dinner-77632
12/01/2025, 1:07 PMancient-wolf-19325
12/01/2025, 1:07 PMenableDynamicContainerLoading option of StowStore in response to issues where task inputs and outputs are always empty, nor does it provide step-by-step instructions for resolving this specific problem via the Helm chart or configuration files. If you can share the exact error message or configuration snippet you are using, or clarify which Flyte component (e.g., FlytePropeller, FlyteAdmin) is reporting the issue, it may help in diagnosing the root cause or suggesting a workaround. If this doesn't help, please reach out to the Flyte support team for further assistance. π 0 button π 0 button π‘ Hint: Mention @runllm in the thread for followups.mysterious-dinner-77632
12/01/2025, 1:35 PMancient-wolf-19325
12/01/2025, 1:36 PMmysterious-dinner-77632
12/01/2025, 1:40 PMancient-wolf-19325
12/01/2025, 1:40 PMmysterious-dinner-77632
12/01/2025, 1:53 PMancient-wolf-19325
12/01/2025, 1:53 PMFlyte Logical ArchitectureβΎ
Flyte Data MovementβΎ
mysterious-dinner-77632
12/01/2025, 1:55 PMancient-wolf-19325
12/01/2025, 1:55 PMFlyte Data Movement diagramβΎ
mysterious-dinner-77632
12/04/2025, 12:24 AMancient-wolf-19325
12/04/2025, 12:24 AMmysterious-dinner-77632
12/04/2025, 12:25 AMancient-wolf-19325
12/04/2025, 12:26 AMflyte-secret-auth) in the Propeller's namespace with the client secret:
apiVersion: v1
kind: Secret
metadata:
name: flyte-secret-auth
namespace: flyte
type: Opaque
stringData:
client_secret: <YOUR_CLIENT_SECRET>
2. Set the client ID and secret in your Helm values (for flyte-core):
secrets:
adminOauthClientCredentials:
enabled: true
clientSecret: "<YOUR_CLIENT_SECRET>"
clientId: "flytepropeller"
This will mount the secret at /etc/secrets/client_secret in the Propeller pod.
3. Propeller config: The client ID and secret location are referenced in the Propeller config (see admin.clientId and admin.clientSecretLocation), but the OIDC base URL is only needed by Admin, not Propeller.
For more, see the example in flyte-core values-keycloak-idp-flyteclients-without-browser.yaml and the discussion in Flyte Issue #2606.
Would you like a step-by-step breakdown of the full setup?
Sources:
- flyte-core values-keycloak-idp-flyteclients-without-browser.yaml
- Flyte Issue #2606 π 0 button π 0 button π‘ Hint: Mention @runllm in the thread for followups.mysterious-dinner-77632
12/04/2025, 9:53 AMancient-wolf-19325
12/04/2025, 9:53 AMmysterious-dinner-77632
12/04/2025, 9:55 AMancient-wolf-19325
12/04/2025, 9:55 AM