Merge pull request #137861 from nojnhuh/dra-kind-scheduling-api

Add scheduling v1alpha2 for DRA kind config
This commit is contained in:
Kubernetes Prow Robot
2026-03-19 13:16:30 +05:30
committed by GitHub

View File

@@ -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