hi, we used to rely on this file in the sandbox im...
# announcements
a
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
can you give us more context ?
a
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
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
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
thanks
y
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
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
161 Views