Scarlett King
10/06/2021, 3:25 PMKevin Kho
10/06/2021, 3:26 PMScarlett King
10/06/2021, 3:31 PMKubernetesRun(image=‘test’)
but it’s not working. ‘test’ is the name of the Docker image that I have locally on my machineKevin Kho
10/06/2021, 3:34 PMScarlett King
10/06/2021, 3:34 PMprefect agent kubernetes start
prefect server start
Kevin Kho
10/06/2021, 3:39 PMScarlett King
10/06/2021, 3:53 PMprefect server start
). For agent I just start a Kubernetes one as I mention above. In addition to that, to ensure what I’m developing locally and what will get deployed to our AKS cluster later on stay the same, I have a customised Docker image that I use to register the flows. The flow registration is working as intended with the flow stored on Azure blob storage and I can see the flow in the UI. Everything works fine when I do exactly this but using local agent. Now I want to change to Kubernetes agent and it looks like Kubernetes is looking for my customised Docker image but it doesn’t know where to find it. Is it possible to do this with my current set up?Kevin Kho
10/06/2021, 3:56 PMScarlett King
10/06/2021, 3:58 PMKevin Kho
10/06/2021, 4:00 PMScarlett King
10/06/2021, 4:45 PM