From 105a8ba0d3c0fe319c71d469773ad0ff27936b81 Mon Sep 17 00:00:00 2001 From: Prachi Damle Date: Tue, 1 Oct 2019 15:34:04 -0700 Subject: [PATCH] Drop Support for k8s v1.12.10 from default k8s versions --- apis/management.cattle.io/v3/k8s_defaults.go | 1 - 1 file changed, 1 deletion(-) diff --git a/apis/management.cattle.io/v3/k8s_defaults.go b/apis/management.cattle.io/v3/k8s_defaults.go index 28b8fea7..1eb0ef0b 100644 --- a/apis/management.cattle.io/v3/k8s_defaults.go +++ b/apis/management.cattle.io/v3/k8s_defaults.go @@ -27,7 +27,6 @@ var ( // When add a new k8s version to 2.2, make sure to add support for it to the 2.1.x branch. // Account for the fact that rke-tools image is different cross branches, and it requires using // different k8s version tag - "v1.12.10-rancher1-2", "v1.13.11-rancher1-1", "v1.14.7-rancher1-1", "v1.15.4-rancher1-1",