mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-06 10:50:26 +00:00
Without this patch, the version of 1.20 is taken in jobs as 1.2. This is a problem, as it breaks all jobs, because there is no file to provision a cluster with kubernetes 1.2 (and we shouldn't do this!) This fixes it by ensuring there is no mangling of the version strings, and therefore the right file is used.