1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-12 13:18:47 +00:00

vendor update k8s 1.17 default

This commit is contained in:
kinarashah
2020-01-02 10:51:23 -08:00
parent ecc658b004
commit 459ae82174
4 changed files with 8 additions and 7 deletions

View File

@@ -11,9 +11,10 @@ func loadRancherDefaultK8sVersions() map[string]string {
"2.3.0": "v1.15.x",
"2.3.1": "v1.15.x",
"2.3.2": "v1.15.x",
"2.3": "v1.16.x",
"2.3.3": "v1.16.x",
"2.3": "v1.17.x",
// rancher will use default if its version is absent
"default": "v1.16.x",
"default": "v1.17.x",
}
}
@@ -21,7 +22,7 @@ func loadRKEDefaultK8sVersions() map[string]string {
return map[string]string{
"0.3": "v1.16.3-rancher1-1",
// rke will use default if its version is absent
"default": "v1.16.4-rancher1-1",
"default": "v1.17.0-rancher1-2",
}
}