You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: