After this command , we should get 1/1 but I am not getting , then I check using kubectl describe pod and I got following error: Failed to pull image "aero016/plateformservice:latest": rpc error: code = Unknown desc = Error response from daemon: pull access denied for aero016/plateformservice, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
After getting this error I have logged in using docker login and still I am getting error then I have checked that my image is present or not , my image also present and also my image is public . So now can anyone help me about this issue??? And also I have tried to pull image locally using docker pull and It is working fine but I am getting this error>>>
After this command , we should get 1/1 but I am not getting , then I check using kubectl describe pod and I got following error:
Failed to pull image "aero016/plateformservice:latest": rpc error: code = Unknown desc = Error response from daemon: pull access denied for aero016/plateformservice, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
After getting this error I have logged in using
docker login
and still I am getting error then I have checked that my image is present or not , my image also present and also my image is public . So now can anyone help me about this issue??? And also I have tried to pull image locally usingdocker pull
and It is working fine but I am getting this error>>>