-
Hello! The problem is that the wait container attempts to pull quay.io/argoproj/argoexec:v3.5.5 on a Windows machine, even though I specified the node selector The documentation says that Additional debug info: Workflow config:
Error message:
K8S GKE cluster version: 1.30.5-gke.1443001 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
The image
Image pull errors are not related to platform, this implies your windows node cannot pull the image at all. Docker will happily pull images for the wrong platform but then fail to run them. |
Beta Was this translation helpful? Give feedback.
The problem was in the difference in kernel version:
docker inspect quay.io/argoproj/argoexec:v3.6.0
"OsVersion": "10.0.20348.2849"
And my Windows node had kernelVersion: 10.0.17763.5329
The solution for the future generations is to downgrade argo or update windows