We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c5b5f commit 56514dfCopy full SHA for 56514df
pkg/providers/version/version.go
@@ -29,9 +29,9 @@ import (
29
30
const (
31
kubernetesVersionCacheKey = "kubernetesVersion"
32
- // MinK8sVersion defines the max K8s version which has tested on ack
+ // MinK8sVersion defines the min K8s version which has tested on ack
33
// Currently the min k8s version of ack is 1.28.1-aliyun.1
34
- MinK8sVersion = "1.28.9"
+ MinK8sVersion = "1.28.1"
35
// MaxK8sVersion defines the max K8s version which has tested on ack
36
// Currently the max k8s version of ack is 1.31.1-aliyun.1
37
MaxK8sVersion = "1.31.1"
0 commit comments