https://flyte.org logo
a

Alessandro Liparoti

05/11/2022, 11:54 AM
hi, we used to rely on this file in the sandbox image https://github.com/flyteorg/flyte/blob/master/deployment/sandbox/flyte_generated.yaml with
dind
tag but it seems I can’t find it anymore, any idea?
y

Yuvraj

05/11/2022, 11:59 AM
can you give us more context ?
a

Alessandro Liparoti

05/11/2022, 12:01 PM
I have a custom sandbox setup that I patch before running the sandbox we used to have a script that was reading this file
flyteorg/share/flyte_generated.yaml
in the container and read resource names and patch them if I enter the container and I inspect this path I cannot find this file anymore
y

Yee

05/11/2022, 3:54 PM
so the generated files that don’t have the word helm in it come from kustomize, which is the old yaml templating system we used prior to helm.
we started using it back when helm was still at v1 or 2 (it’s at 3 now)
we didn’t like helms 1 and 2 so we started with kustomize. i think we still use that kustomize generated file in our sandbox deployment
just try
make kustomize
from the root directory
y

Yuvraj

05/11/2022, 3:57 PM
We are generating
flyte_generated.yaml
, We just stop using it inside sandbox https://github.com/flyteorg/flyte/blob/master/deployment/sandbox/flyte_generated.yaml
y

Yee

05/11/2022, 3:58 PM
thanks
y

Yuvraj

05/11/2022, 3:58 PM
Try this https://github.com/flyteorg/flyte/blob/master/deployment/sandbox/flyte_helm_generated.yaml, It’s generated from helm. Helm has all latest changes. I am not sure it has all features
a

Alessandro Liparoti

05/24/2022, 2:56 PM
what is the recommended way to run the sandbox locally?
we would like a way to run a sandbox in a local environment with an easy way to customize it