mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
The versions which are by default derived from `kube_version` can break the assert if kube_version start with `v`, because they use the start of `kube_version` as dict key. By putting them in their own assert, the first assert should trigger on `kube_version`, with a more explicit error.