How do we configure the knative serving to use the local docker image?
If we need to pull the image from the Google Cloud registry, we append "gcr.io/" as a prefix to the image name. Similarly, is there any prefix to be used for the local image?
I'm facing the below error when I use hello:latest as image name and Never as imagePullPolicy
Revision "hello1-ld62x" failed with message: Unable to fetch image "hello:latest"
But the same image is working fine if I use the Kubernetes Deployment resource.