Matheus Moreno
05/10/2022, 3:06 PMStarting Docker daemon...
Done.
Starting k3s cluster...
Done.
Deploying Flyte...
"flyteorg" has been added to your repositories
Release "flyte" does not exist. Installing it now.
Error: timed out waiting for the condition
Yuvraj
05/10/2022, 3:07 PMsandbox or demo
Matheus Moreno
05/10/2022, 3:07 PMdocker run -d --name flyte-sandbox --privileged --mount type=bind,src=.,dst=/root -p 30080-30082:30080-30082 -p 30084:30084 -p 30086:30086 -p 30088:30088 -p 30089:30089 <http://cr.flyte.org/flyteorg/flyte-sandbox-lite:sha-5570eff6bd636e07e40b22c79319e46f927519a3|cr.flyte.org/flyteorg/flyte-sandbox-lite:sha-5570eff6bd636e07e40b22c79319e46f927519a3>
Yuvraj
05/10/2022, 3:11 PMdocker exec -it flyte-sandbox /bin/sh
k3s kubectl get pods -n flyte
Matheus Moreno
05/10/2022, 3:16 PMflyte-sandbox
, started normally, but I'm having trouble with sandbox-liteYuvraj
05/10/2022, 3:23 PMMatheus Moreno
05/10/2022, 4:23 PMYuvraj
05/10/2022, 4:31 PMMatheus Moreno
05/10/2022, 5:19 PMYuvraj
05/10/2022, 5:27 PMMatheus Moreno
05/10/2022, 8:05 PMsed -i "/^helm upgrade/ s/$/ --timeout 20m0s/" /flyteorg/bin/flyte-entrypoint.sh && tini flyte-entrypoint.sh
Yuvraj
05/11/2022, 2:24 AMMatheus Moreno
05/11/2022, 2:04 PM