1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-31 14:36:32 +00:00

Add k8s 1.15

This commit is contained in:
Sebastiaan van Steenis
2019-06-24 22:16:37 +02:00
committed by Alena Prokharchyk
parent fb11fc3317
commit 9985bc8bae
7 changed files with 1595 additions and 8 deletions

View File

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