PrefectHQ/prefect

Prefect with Jupyter in cubes

Closed this issue · 0 comments

Bug summary

Good afternoon! I am working with jupiter and prefect in cubes (Kubernetes). In this architecture there is a problem with the deploy method - although Docker is deployed in Kubernetes, Jupyter does not see it and the only solution to the problem is to deploy Docker in Docker, which is incorrect. The second problem is trying to deploy via prefect.yml: in the prefect-docker.build step the error please ensure docker is running occurs again, which also rejects this option. The only option left is to use CI/CD to deploy to prefect, but I would also like to be able to deploy directly from jupiter. Please advise how to proceed in this situation
image

Version info

prefect version 3.0.5

Additional context

No response