Bridge-To-Kubernetes icon indicating copy to clipboard operation
Bridge-To-Kubernetes copied to clipboard

Failed to pull image "bridgetokubernetes.azurecr.io/lpkremoteagent:1.3.4"

Open mobius7777 opened this issue 9 months ago • 26 comments

I've been struggling for hours to get Bridge To Kubernetes to work in VS2022 for a kubernetes project. It had been working perfectly fine, but earlier today, running the service I was debugging via B2K simply failed to load the service. According to k9s, the service is bouncing between "ErrImagePull" and "ImagePullBackOff".

Checking kubectl describe pod for the service reveals the following error:

Failed to pull image "bridgetokubernetes.azurecr.io/lpkremoteagent:1.3.4": Error response from daemon: manifest for bridgetokubernetes.azurecr.io/lpkremoteagent:1.3.4 not found: manifest unknown: manifest tagged by "1.3.4" is not found

If I docker pull this myself, I get the same error. docker pull bridgetokubernetes.azurecr.io/lpkremoteagent:1.3.4 Error response from daemon: manifest for bridgetokubernetes.azurecr.io/lpkremoteagent:1.3.4 not found: manifest unknown: manifest tagged by "1.3.4" is not found

It also happens if I try to get by latest tag.

I have no idea what to do.

mobius7777 avatar May 18 '24 00:05 mobius7777