Add scheduling v1alpha2 for DRA kind config

This commit is contained in:
Jon Huhn
2026-03-18 16:01:51 -05:00
parent 1a3fd46367
commit 30575cd184

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