Hello, When I tried to pull an image from dockerhub using AKS EE - K3S giving me below error:
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 50s default-scheduler Successfully assigned default/nginx to wain01507-ledge
Warning Failed 20s kubelet Failed to pull image "docker.io/library/nginx:latest": rpc error: code = DeadlineExceeded desc = failed to pull and unpack image "docker.io/library/nginx:latest": failed to resolve reference "docker.io/library/nginx:latest": failed to do request: Head "https://registry-1.docker.io/v2/library/nginx/manifests/latest": dial tcp 44.205.64.79:443: i/o timeout
Warning Failed 20s kubelet Error: ErrImagePull
Normal BackOff 20s kubelet Back-off pulling image "docker.io/library/nginx:latest"
Warning Failed 20s kubelet Error: ImagePullBackOff
Normal Pulling 7s (x2 over 50s) kubelet Pulling image "docker.io/library/nginx:latest"
Since I didn't get much info from MSDN/internet, not able to fix this issue. Can someone help me with this blocker?