platform9 / ssh-provider

SSH Machine Controller for the Cluster API
11 stars 4 forks source link

Do not tolerate "v" prefix in version strings #49

Open dlipovetsky opened 6 years ago

dlipovetsky commented 6 years ago

A valid semantic version does not have a "v" prefix, the most common libraries do not tolerate it, and the Cluster API examples does not use the "v" prefix for kubelet and control plane versions.

First fix https://github.com/platform9/cctl/issues/107.