in pkg/clusters/versions.go [225:228]
func GetMinorVersion(v string) (int, error) { split := strings.Split(v, ".") return strconv.Atoi(split[1]) }