Skip to content

Commit d1899f8

Browse files
authored
Merge pull request #5242 from nojnhuh/hpa-metrics-flag
Remove deprecated HPAContainerMetrics feature gate from templates
2 parents e2ad4e2 + fa612e8 commit d1899f8

10 files changed

+3
-19
lines changed

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-ci-version-dual-stack.yaml

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/patches/controller-manager-featuregates.yaml

-10
This file was deleted.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
value: ${K8S_FEATURE_GATES:-"DynamicResourceAllocation=true"}
1919
- op: add
2020
path: /spec/kubeadmConfigSpec/clusterConfiguration/controllerManager/extraArgs/feature-gates
21-
value: HPAContainerMetrics=true,DynamicResourceAllocation=true
21+
value: DynamicResourceAllocation=true
2222
- op: add
2323
path: /spec/kubeadmConfigSpec/clusterConfiguration/apiServer/extraArgs/runtime-config
2424
value: resource.k8s.io/v1alpha3=true

templates/test/ci/prow-ci-version/kustomization.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ patches:
5454
- path: patches/machine-deployment-ci-version-windows.yaml
5555
- path: patches/machine-deployment-ci-version-control-plane.yaml
5656
- path: ../patches/metrics-server-enabled-cluster.yaml
57-
- path: ../patches/controller-manager-featuregates.yaml
5857
- path: ../patches/uami-md-0.yaml
5958
configMapGenerator:
6059
- behavior: merge

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

+1-1
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.yaml

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/dev/custom-builds/kustomization.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ patches:
5151
- path: ../../../test/ci/patches/windows-containerd-labels.yaml
5252
- path: ../../../test/ci/patches/windows-machine-deployment-replicas.yaml
5353
- path: ../../../test/ci/patches/metrics-server-enabled-cluster.yaml
54-
- path: ../../../test/ci/patches/controller-manager-featuregates.yaml
5554
configMapGenerator:
5655
- behavior: merge
5756
files:

0 commit comments

Comments
 (0)