On local K8's clusters other than "Docker Desktop" you require additional configuration to enable use of the local docker cache (which is where Appsody builds and pushes images to, dev.local).
Without this additional configuration appsody deploy will fail as it will be unable to resolve the address of dev.local when pulling images.
Section 5 of https://appsody.dev/docs/using-appsody/installing-knative-locally/ has the necessary configuration steps to my knowledge, we should probably expose them more prominently.
On local K8's clusters other than "Docker Desktop" you require additional configuration to enable use of the local docker cache (which is where Appsody builds and pushes images to, dev.local).
Without this additional configuration
appsody deploywill fail as it will be unable to resolve the address of dev.local when pulling images.Section 5 of https://appsody.dev/docs/using-appsody/installing-knative-locally/ has the necessary configuration steps to my knowledge, we should probably expose them more prominently.