DEV Community

Discussion on: Run ASP.NET Core 3 on Kubernetes with Helm.

Collapse
 
gudang5 profile image
Winston Kwan

Hi, when I run the helm install command.

I got this message in the dashboard:
Failed to pull image "aspnet3k8s:v1": rpc error: code = Unknown desc = Error response from daemon: pull access denied for aspnet3k8s, repository does not exist or may require 'docker login'

It seems to be trying to pull image from repo, even though I have this image:
docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
aspnet3k8s v1 395957a45186 3 hours ago 108MB

Collapse
 
antonioritacco profile image
Antonio Ritacco

Same problem! Have you managed to solve it?