1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 06:59:25 +00:00

Update rke to v1.13 and add versioned templates for calico and canal

This commit is contained in:
galal-hussein
2019-01-08 22:04:42 +02:00
committed by Alena Prokharchyk
parent 5647588cb7
commit e79da956e9
8 changed files with 1242 additions and 5 deletions

View File

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