1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 06:56:29 +00:00

Add k8s 1.14

This commit is contained in:
Sebastiaan van Steenis
2019-04-05 23:19:28 +02:00
committed by Alena Prokharchyk
parent fbf29f208e
commit 21f3a3eff9
6 changed files with 9 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ var K8sDockerVersions = map[string][]string{
"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"},
"1.14": {"1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x"},
}
type dockerConfig struct {