mirror of
https://github.com/rancher/rke.git
synced 2025-05-09 08:47:43 +00:00
Add docker 18.06 and 18.09 to k8s 1.11 in rke 0.2
This commit is contained in:
parent
7e3ebb0125
commit
01dc27ee1a
@ -35,9 +35,9 @@ const (
|
||||
|
||||
var K8sDockerVersions = map[string][]string{
|
||||
"1.8": {"1.11.x", "1.12.x", "1.13.x", "17.03.x"},
|
||||
"1.9": {"1.11.x", "1.12.x", "1.13.x", "17.03.x"},
|
||||
"1.10": {"1.11.x", "1.12.x", "1.13.x", "17.03.x"},
|
||||
"1.11": {"1.11.x", "1.12.x", "1.13.x", "17.03.x"},
|
||||
"1.9": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "18.06.x", "18.09.x"},
|
||||
"1.10": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "18.06.x", "18.09.x"},
|
||||
"1.11": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "18.06.x", "18.09.x"},
|
||||
"1.12": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x"},
|
||||
"1.13": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x"},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user