Browse Source
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.pull/12004/head
committed by
GitHub
1 changed files with 12 additions and 2 deletions
Loading…