summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisherxu <fisherxu1@gmail.com>2020-02-07 19:51:43 +0800
committerfisherxu <fisherxu1@gmail.com>2020-02-09 18:42:04 +0800
commit438023fffafdcc48e7bb27ddf701a6554c3672a8 (patch)
tree05dc5b1c8df0fe1e6dbc2cc92b9d0b9f53d978f2
parentadd changelog for 1.2 release (diff)
downloadkubeedge-438023fffafdcc48e7bb27ddf701a6554c3672a8.tar.gz
update k8s version
-rw-r--r--common/constants/default.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/constants/default.go b/common/constants/default.go
index 07fd21c7a..42a7bd78b 100644
--- a/common/constants/default.go
+++ b/common/constants/default.go
@@ -104,7 +104,7 @@ const (
CSIOperationTypeControllerUnpublishVolume = "controllerunpublishvolume"
CSISyncMsgRespTimeout = 1 * time.Minute
- CurrentSupportK8sVersion = "v1.15.3"
+ CurrentSupportK8sVersion = "v1.17.1"
)
const (