Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

[change the version to lastest version after https://github.com/kubernetes/kubea... #84

Open
github-actions bot opened this issue Jun 17, 2022 · 1 comment
Labels
bug Something isn't working todo
Milestone

Comments

@github-actions
Copy link

[change the version to lastest version after https://github.com/kubernetes/kubeadm/issues/2426(a bug in v1.24] is fixed

// TODO change the version to lastest version after https://github.com/kubernetes/kubeadm/issues/2426(a bug in v1.24) is fixed

)

// by default, we use v1.x.0 directly, but if there is a prefered version, we use it
var preferedKubeadmVersion = map[uint]string{
	// TODO change the version to lastest version after https://github.com/kubernetes/kubeadm/issues/2426(a bug in v1.24) is fixed
	24: "v1.24.2",
}

func upgradeCheck(current, target string) (isSupported, isCrossVersion, canSkip bool) {
	currentVer, err := version.ParseSemantic(current)
	if err != nil {

40ddfbde1603a49a8a6da54d8c0b1b230d6aac0d

@github-actions github-actions bot added the todo label Jun 17, 2022
@pacoxu
Copy link
Owner

pacoxu commented Jun 17, 2022

pending on kubernetes/kubernetes#110634

@pacoxu pacoxu added the bug Something isn't working label Jun 17, 2022
@pacoxu pacoxu added this to the v0.2 milestone Jun 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working todo
Projects
None yet
Development

No branches or pull requests

1 participant