Merge pull request #1272 from pixiake/lb

Add k8s v1.23 support for KubeSphere
This commit is contained in:
KubeSphere CI Bot 2022-05-11 10:40:38 +08:00 committed by GitHub
commit 1603ac2d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,6 +169,7 @@ var KsV330 = &KsInstaller{
"v1.20",
"v1.21",
"v1.22",
"v1.23",
},
UpgradeSupportVersions: []string{
V320.String(),