I've just installed a k8s cluster (k3d).
I'm just playing with that and I'm running against the first newbie issue: How to load our local created images.
I mean, I've just created a docker image tagged as quarkus/feedly:v1
.
I've deployed my manifest and I'm getting these events:
Failed to pull image "quarkus/feedly:0.0.1-SNAPSHOT": rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/quarkus/feedly:0.0.1-SNAPSHOT": failed to resolve reference "docker.io/quarkus/feedly:0.0.1-SNAPSHOT": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
I know it's a normal error since quarkus registry doesn't exist.
Any helping code over there?
Here are some pointers :
Hope this helps !