command like this, where are users configuring the
envd
context in order to supply the envd-plugin with the
buildkitd
TCP address to start a build on a remote machine? Is this something that is currently not supported? We could probably hack around it ourselves but wondering if there was a better solution that others have come up with first
g
glamorous-carpet-83516
08/31/2023, 5:22 AM
you could create an envd context first before registration, then flytekit will use that context to build the image. If you don’t create a context, envd will create a context (docker container) by default.
f
fancy-plumber-70674
08/31/2023, 6:00 AM
Okay that makes sense, and I guess we can write some sort of internal tool to abstract that kind of config from our data scientists but would be nice to have this rolled into the plugin/flytekit SDK in the future as a configurable option. Or some way to affect