mobs75 opened a new issue, #219:
URL: https://github.com/apache/openserverless/issues/219

   If the operator image was built with Kaniko (pushed to an internal registry) 
or only built locally, `task test` doesn't find it: it always looks on public 
GHCR or assumes the image is already present in the kind cluster, causing 
`ImagePullBackOff`.
   
   Current workaround: manually run `kind load docker-image <img> --name 
nuvolaris` for every image (operator, controller, invoker, streamer, admin-api, 
and all runtimes) after every `task build`.
   
   It would be nice if `task test` detected locally-built images and loaded 
them into kind automatically, or at least documented this manual step clearly 
for contributors working from a fork.
   
   (Relevant file: `olaris-op/TaskfileTest.yml`.)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to