DRA: promote feature gate to beta

This commit is contained in:
Patrick Ohly 2024-10-10 12:56:47 +02:00
parent 30f5282656
commit ea51d975fc
3 changed files with 10 additions and 1 deletions

View File

@ -179,6 +179,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
DynamicResourceAllocation: {
{Version: version.MustParse("1.26"), Default: false, PreRelease: featuregate.Alpha},
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Beta},
},
ElasticIndexedJob: {

View File

@ -20,7 +20,7 @@ nodes:
v: "5"
apiServer:
extraArgs:
runtime-config: "resource.k8s.io/v1alpha3=true"
runtime-config: "resource.k8s.io/v1beta1=true"
- |
kind: InitConfiguration
nodeRegistration:
@ -40,5 +40,9 @@ nodes:
nodeRegistration:
kubeletExtraArgs:
v: "5"
# Feature gates must be the last entry in this YAML.
# Some Prow jobs add more feature gates with
#
# --config <(cat test/e2e/dra/kind.yaml; echo " <some feature>: true")
featureGates:
DynamicResourceAllocation: true

View File

@ -412,6 +412,10 @@
lockToDefault: false
preRelease: Alpha
version: "1.26"
- default: false
lockToDefault: false
preRelease: Beta
version: "1.32"
- name: EfficientWatchResumption
versionedSpecs:
- default: false