mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
During upgrade on Windows nodes the pause image is bigger and there are various other factors that differ from Linux. Users can prepull images with `kubeadm config images pull --kubernetes-version TARGET`, but it seems reasonable to increase the rather short timeout of 15 seconds for this preflight check. Additionally users can always skip it with --ignore-preflight-errors=...