From 7ca6e853f886d5e80535215c74c726136f7d0d92 Mon Sep 17 00:00:00 2001 From: Furkat Gofurov Date: Wed, 24 Jan 2024 22:47:56 +0200 Subject: [PATCH] Update cluster-template-docker.yaml Signed-off-by: Furkat Gofurov --- test/e2e/data/infrastructure/cluster-template-docker.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/e2e/data/infrastructure/cluster-template-docker.yaml b/test/e2e/data/infrastructure/cluster-template-docker.yaml index 2c0f01c1..03a34c4d 100644 --- a/test/e2e/data/infrastructure/cluster-template-docker.yaml +++ b/test/e2e/data/infrastructure/cluster-template-docker.yaml @@ -76,7 +76,7 @@ spec: - 10.46.0.0/16 serviceDomain: cluster.local controlPlaneRef: - apiVersion: controlplane.cluster.x-k8s.io/v1alpha1 + apiVersion: controlplane.cluster.x-k8s.io/v1beta1 kind: RKE2ControlPlane name: ${CLUSTER_NAME}-control-plane infrastructureRef: @@ -93,7 +93,7 @@ spec: customHAProxyConfigTemplateRef: name: ${CLUSTER_NAME}-lb-config --- -apiVersion: controlplane.cluster.x-k8s.io/v1alpha1 +apiVersion: controlplane.cluster.x-k8s.io/v1beta1 kind: RKE2ControlPlane metadata: name: ${CLUSTER_NAME}-control-plane @@ -138,7 +138,7 @@ spec: clusterName: ${CLUSTER_NAME} bootstrap: configRef: - apiVersion: bootstrap.cluster.x-k8s.io/v1alpha1 + apiVersion: bootstrap.cluster.x-k8s.io/v1beta1 kind: RKE2ConfigTemplate name: ${CLUSTER_NAME}-md-0 infrastructureRef: @@ -155,7 +155,7 @@ spec: spec: customImage: kindest/node:${KIND_IMAGE_VERSION} --- -apiVersion: bootstrap.cluster.x-k8s.io/v1alpha1 +apiVersion: bootstrap.cluster.x-k8s.io/v1beta1 kind: RKE2ConfigTemplate metadata: name: ${CLUSTER_NAME}-md-0