diff --git a/test/e2e/data/infrastructure/cluster-template-docker.yaml b/test/e2e/data/infrastructure/cluster-template-docker.yaml index 43af5fe8..017e2189 100644 --- a/test/e2e/data/infrastructure/cluster-template-docker.yaml +++ b/test/e2e/data/infrastructure/cluster-template-docker.yaml @@ -13,7 +13,7 @@ spec: - 10.46.0.0/16 serviceDomain: cluster.local controlPlaneRef: - apiVersion: controlplane.cluster.x-k8s.io/v1beta1 + apiVersion: controlplane.cluster.x-k8s.io/v1alpha1 kind: RKE2ControlPlane name: ${CLUSTER_NAME}-control-plane infrastructureRef: @@ -26,7 +26,7 @@ kind: DockerCluster metadata: name: ${CLUSTER_NAME} --- -apiVersion: controlplane.cluster.x-k8s.io/v1beta1 +apiVersion: controlplane.cluster.x-k8s.io/v1alpha1 kind: RKE2ControlPlane metadata: name: ${CLUSTER_NAME}-control-plane @@ -67,7 +67,7 @@ spec: clusterName: ${CLUSTER_NAME} bootstrap: configRef: - apiVersion: bootstrap.cluster.x-k8s.io/v1beta1 + apiVersion: bootstrap.cluster.x-k8s.io/v1alpha1 kind: RKE2ConfigTemplate name: ${CLUSTER_NAME}-md-0 infrastructureRef: @@ -84,7 +84,7 @@ spec: spec: customImage: kindest/node:${KIND_IMAGE_VERSION} --- -apiVersion: bootstrap.cluster.x-k8s.io/v1beta1 +apiVersion: bootstrap.cluster.x-k8s.io/v1alpha1 kind: RKE2ConfigTemplate metadata: name: ${CLUSTER_NAME}-md-0