From 30575cd184febf33345ddff83493c3840b161241 Mon Sep 17 00:00:00 2001 From: Jon Huhn Date: Wed, 18 Mar 2026 16:01:51 -0500 Subject: [PATCH] Add scheduling v1alpha2 for DRA kind config --- test/e2e/dra/kind.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/dra/kind.yaml b/test/e2e/dra/kind.yaml index 9b8cde1372a..9fb87542d03 100644 --- a/test/e2e/dra/kind.yaml +++ b/test/e2e/dra/kind.yaml @@ -37,7 +37,7 @@ kubeadmConfigPatches: value: "controller=6" # resourceclaim/controller.go - should have renamed it when copying the controller it was based on! apiServer: extraArgs: - runtime-config: "resource.k8s.io/v1alpha3=true,resource.k8s.io/v1beta1=true,resource.k8s.io/v1beta2=true" + runtime-config: "resource.k8s.io/v1alpha3=true,resource.k8s.io/v1beta1=true,resource.k8s.io/v1beta2=true,scheduling.k8s.io/v1alpha2=true" - | kind: InitConfiguration apiVersion: kubeadm.k8s.io/v1beta4 @@ -65,7 +65,7 @@ kubeadmConfigPatches: vmodule: "controller=6" # resourceclaim/controller.go - should have renamed it when copying the controller it was based on! apiServer: extraArgs: - runtime-config: "resource.k8s.io/v1alpha3=true,resource.k8s.io/v1beta1=true,resource.k8s.io/v1beta2=true" + runtime-config: "resource.k8s.io/v1alpha3=true,resource.k8s.io/v1beta1=true,resource.k8s.io/v1beta2=true,scheduling.k8s.io/v1alpha2=true" - | kind: InitConfiguration apiVersion: kubeadm.k8s.io/v1beta3