From 2e09425a456f267ab581f2bde0a3e0c9ad676074 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Mon, 11 Jan 2021 11:16:09 +0100 Subject: [PATCH] Refresh kind cluster versions Without this patch, we are using outdated images in kind cluster setup. This should fix it, by removing 1.17 cluster (which is not tested anymore), and updating 1.19 images. --- .github/kind-cluster-1.17.yaml | 13 ------------- .github/kind-cluster-1.19.yaml | 10 +++++----- 2 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 .github/kind-cluster-1.17.yaml diff --git a/.github/kind-cluster-1.17.yaml b/.github/kind-cluster-1.17.yaml deleted file mode 100644 index 32d235f..0000000 --- a/.github/kind-cluster-1.17.yaml +++ /dev/null @@ -1,13 +0,0 @@ -kind: Cluster -apiVersion: kind.x-k8s.io/v1alpha4 -nodes: -- role: control-plane - image: kindest/node:v1.17.5 -- role: control-plane - image: kindest/node:v1.17.5 -- role: control-plane - image: kindest/node:v1.17.5 -- role: worker - image: kindest/node:v1.17.5 -- role: worker - image: kindest/node:v1.17.5 diff --git a/.github/kind-cluster-1.19.yaml b/.github/kind-cluster-1.19.yaml index 94fba26..958c86d 100644 --- a/.github/kind-cluster-1.19.yaml +++ b/.github/kind-cluster-1.19.yaml @@ -2,12 +2,12 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.19.0 + image: kindest/node:v1.19.4 - role: control-plane - image: kindest/node:v1.19.0 + image: kindest/node:v1.19.4 - role: control-plane - image: kindest/node:v1.19.0 + image: kindest/node:v1.19.4 - role: worker - image: kindest/node:v1.19.0 + image: kindest/node:v1.19.4 - role: worker - image: kindest/node:v1.19.0 + image: kindest/node:v1.19.4