You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using k8s 1.24 and kubespray is on one of the recent commits. I'm behind proxy and I noticed that one of the tasks that pulls image is failing with timeout error. I checked and when I ran docker info command I saw that docker didn't pick up any settings related to proxy and registry mirrors. I've managed to fix that by restarting containerd, my current workaround for that is adding additional handler in this file that will restart containerd and flush_handlershere, but I'm not sure if that's the best approach.
Hi,
I'm using k8s 1.24 and kubespray is on one of the recent commits. I'm behind proxy and I noticed that one of the tasks that pulls image is failing with timeout error. I checked and when I ran
docker info
command I saw that docker didn't pick up any settings related to proxy and registry mirrors. I've managed to fix that by restarting containerd, my current workaround for that is adding additional handler in this file that will restart containerd andflush_handlers
here, but I'm not sure if that's the best approach.@cristicalin
Environment:
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):ansible --version
):ansible [core 2.12.5]
python --version
):Python 3.9.5
Kubespray version (commit) (
git rev-parse --short HEAD
):b3876142
Network plugin used:
Calico
The text was updated successfully, but these errors were encountered: