Skip to content

Commit 5714272

Browse files
committed
Enable resource.k8s.io/v1beta2 for DRA templates
1 parent b8fbdb3 commit 5714272

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

templates/test/ci/cluster-template-prow-ci-version-dra.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/patches/dra-kubeadmcontrolplane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
value: DynamicResourceAllocation=true
2222
- op: add
2323
path: /spec/kubeadmConfigSpec/clusterConfiguration/apiServer/extraArgs/runtime-config
24-
value: resource.k8s.io/v1beta1=true
24+
value: resource.k8s.io/v1beta1=true,resource.k8s.io/v1beta2=true
2525
- op: add
2626
path: /spec/kubeadmConfigSpec/clusterConfiguration/scheduler/extraArgs/feature-gates
2727
value: DynamicResourceAllocation=true

templates/test/dev/cluster-template-custom-builds-dra.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/dev/cluster-template-custom-builds-load-dra.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)