From c6cff3f95dc5c087e3cf2ab59ac94cd89116b916 Mon Sep 17 00:00:00 2001 From: tei-k Date: Tue, 11 May 2021 17:00:22 +0900 Subject: [PATCH] Fix to use v1alpha4 for api version --- .github/kind-cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/kind-cluster.yaml b/.github/kind-cluster.yaml index 85452477..df0a3736 100644 --- a/.github/kind-cluster.yaml +++ b/.github/kind-cluster.yaml @@ -1,5 +1,5 @@ kind: Cluster -apiVersion: kind.sigs.k8s.io/v1alpha3 +apiVersion: kind.x-k8s.io/v1alpha4 nodes: # the control plane node config - role: control-plane