Reginaldo Ré
03/22/2023, 11:49 AMJacopo
03/22/2023, 11:51 AMorchest status
?Reginaldo Ré
03/22/2023, 11:56 AMJacopo
03/22/2023, 11:57 AMorchest
namespace there? Did you get any interesting message when running orchest install
?Reginaldo Ré
03/22/2023, 11:58 AMJacopo
03/22/2023, 12:05 PM--dev
flag expects the Orchest repo to be mounted to support hot reloading (see --mount-string="$(pwd):/orchest-dev-repo" --mount
). Maybe you weren't in the repository directory when starting minikube?Reginaldo Ré
03/22/2023, 12:07 PMJacopo
03/22/2023, 12:08 PMReginaldo Ré
03/22/2023, 12:09 PMYannick
Reginaldo Ré
03/22/2023, 12:14 PMJacopo
03/22/2023, 12:28 PMReginaldo Ré
03/22/2023, 1:43 PMJacopo
03/22/2023, 2:33 PMSorry. Considering you need to use the build-container.sh script when changes are made, and, to avoid issues with hot reloading, couldn't I just build a set of imagens (for example, scripts/build_container.sh -i orchest-api -t $TAG -o $TAG) and run orchest install without dev flag?Sorry forgot to reply here, yes, you can indeed do that, it' something we did often for development, see https://docs.orchest.io/en/stable/development/development_workflow.html#redeploying-orchest-after-code-changes
Reginaldo Ré
03/22/2023, 3:00 PMJacopo
03/22/2023, 4:05 PMexport TAG="$(orchest version --latest)"
will silently failReginaldo Ré
03/22/2023, 4:13 PM