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