average-winter-43654
08/01/2023, 8:04 PMImageSpec
on sandbox.
• I tried to follow the instructions from PR #1001 and PR #3860. However, it still failed to build and push the docker images to the sandbox docker registry.
• So what would be the pre-requisite and necessary steps to configure ImageSpec for sandbox registry?
Thanks
(flyte) ➜ test_case git:(main) ✗ kubectl -n flyte get deployments.apps
NAME READY UP-TO-DATE AVAILABLE AGE
flyte-sandbox-kubernetes-dashboard 1/1 1 1 8d
flyte-sandbox-proxy 1/1 1 1 8d
flyte-sandbox-minio 1/1 1 1 8d
flyte-sandbox-docker-registry 1/1 1 1 8d
flyte-sandbox 1/1 1 1 8d
(flyte) ➜ test_case git:(main) ✗ pip freeze | grep flytekit
flytekit==1.8.2
flytekitplugins-envd==1.8.2
glamorous-carpet-83516
08/01/2023, 8:16 PMflytectl demo start --image=<http://ghcr.io/flyteorg/flyte-sandbox-bundled:sha-713f3f86a4d74d555e1a55b52065119df39117e3|ghcr.io/flyteorg/flyte-sandbox-bundled:sha-713f3f86a4d74d555e1a55b52065119df39117e3>
https://flyte-org.slack.com/archives/CP2HDHKE1/p1690846410170349?thread_ts=1690561576.249449&cid=CP2HDHKE1average-winter-43654
08/01/2023, 8:36 PMbuildkit
, while it still cannot reach the network of k3s cluster.
• The latest solution is to include buildkit
into the k3s sandbox cluster. And we just need to follow the steps in PR #3860 to create the envd context and configure the python file.glamorous-carpet-83516
08/01/2023, 8:42 PMaverage-winter-43654
08/02/2023, 7:44 AMcontainer_image
keyword before each of the task? If we do not specify container_image
to some of the tasks, would they use a default image?glamorous-carpet-83516
08/02/2023, 4:18 PMCan we use ImageSpec on workflow levelwe don’t support that.
If we do not specifyyes, it will use default image. flyteorg/flytekit:latestto some of the tasks, would they use a default image?container_image
glamorous-carpet-83516
08/02/2023, 4:19 PMaverage-winter-43654
08/03/2023, 6:57 AM