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
Windows pods not successfully starting up. Getting error:
Failed to create pod sandbox: rpc error: code = Unknown desc = failed to get sandbox image "amazonaws.com/eks/pause-windows:latest": failed to pull image "amazonaws.com/eks/pause-windows:latest": failed to pull and unpack image "amazonaws.com/eks/pause-windows:latest": failed to resolve reference "amazonaws.com/eks/pause-windows:latest": failed to do request: Head "https://amazonaws.com/v2/eks/pause-windows/manifests/latest": dial tcp 207.171.166.22:443: connectex: No connection could be made because the target machine actively refused it.
What you expected to happen:
The pods start up normally.
How to reproduce it (as minimally and precisely as possible):
Create a windows node group. Deployment of windows pods succeed initially, but start failing after a day of so.
Anything else we need to know?:
Seems to be related to this issue #1597 that was happening on the linux nodes.
Hi @koalafi-hilarym, EKS Windows has released a fix for this issue. Please upgrade your Windows nodegroup to use the latest 1.29 AMI, which has the release version 1.29-2024.02.06.
What happened:
Windows pods not successfully starting up. Getting error:
Failed to create pod sandbox: rpc error: code = Unknown desc = failed to get sandbox image "amazonaws.com/eks/pause-windows:latest": failed to pull image "amazonaws.com/eks/pause-windows:latest": failed to pull and unpack image "amazonaws.com/eks/pause-windows:latest": failed to resolve reference "amazonaws.com/eks/pause-windows:latest": failed to do request: Head "https://amazonaws.com/v2/eks/pause-windows/manifests/latest": dial tcp 207.171.166.22:443: connectex: No connection could be made because the target machine actively refused it.
What you expected to happen:
The pods start up normally.
How to reproduce it (as minimally and precisely as possible):
Create a windows node group. Deployment of windows pods succeed initially, but start failing after a day of so.
Anything else we need to know?:
Seems to be related to this issue #1597 that was happening on the linux nodes.
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
): eks.1aws eks describe-cluster --name <name> --query cluster.version
): 1.29uname -a
):cat /etc/eks/release
on a node):The text was updated successfully, but these errors were encountered: