Replies: 1 comment
-
Thanks for getting this in the next release, I tried with the highly anticipated 1.7.0 release and I am unfortunately still getting these errors. I'm running Rancher 1.7.0 on Windows with WSL integration.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I know it is not strictly Rancher-related and the problem apparently lies in dockerd(moby) (as one of the two container engines) but I'm also getting this when trying to deploy my kubernetes cluster through Rancher Desktop
In events, I'm getting lots of these (image name obfuscated)
Failed to pull image "xxxxxx.dkr.ecr.eu-west-1.amazonaws.com/application-image:210630": rpc error: code = Unknown desc = context deadline exceeded
(I'm using Kubernetes v1.22.12 if that matters).
It seems to be an issue with dockerd/moby where pulling an image (for a pod/container) is aborted after 1 minute, so depending on your connection speed and image sizes you may never get a pod to start unless you pull the image manually so that it is already in cache while deploying.
Somebody has provided a fix for the engine (or presumably the runtime interface/CRI) in version 0.26.0 but it would require an upgrade in Rancher packages make use of that (I tried 1.6.1 and still having the same problem).
I hope that makes sense.
BR,
Florian
Beta Was this translation helpful? Give feedback.
All reactions