I have a local image that works fine locally. I want to deploy it to my gcloud kubectl. Is there a way I can deploy it without pushing it to container registry. When I do it its throwing: docker pull access denied repository does not exist or may require 'docker login'
I have the image locally, so why would I need to pull it from the registry. The only way I have been working is pushing the image to gcr.io.
Just wondering, if there is a workaround