Skip to content

Commit

Permalink
Merge pull request #5242 from nojnhuh/hpa-metrics-flag
Browse files Browse the repository at this point in the history
Remove deprecated HPAContainerMetrics feature gate from templates
  • Loading branch information
k8s-ci-robot authored Nov 5, 2024
2 parents e2ad4e2 + fa612e8 commit d1899f8
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 19 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion templates/test/ci/cluster-template-prow-ci-version.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions templates/test/ci/patches/controller-manager-featuregates.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion templates/test/ci/patches/dra-kubeadmcontrolplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
value: ${K8S_FEATURE_GATES:-"DynamicResourceAllocation=true"}
- op: add
path: /spec/kubeadmConfigSpec/clusterConfiguration/controllerManager/extraArgs/feature-gates
value: HPAContainerMetrics=true,DynamicResourceAllocation=true
value: DynamicResourceAllocation=true
- op: add
path: /spec/kubeadmConfigSpec/clusterConfiguration/apiServer/extraArgs/runtime-config
value: resource.k8s.io/v1alpha3=true
Expand Down
1 change: 0 additions & 1 deletion templates/test/ci/prow-ci-version/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ patches:
- path: patches/machine-deployment-ci-version-windows.yaml
- path: patches/machine-deployment-ci-version-control-plane.yaml
- path: ../patches/metrics-server-enabled-cluster.yaml
- path: ../patches/controller-manager-featuregates.yaml
- path: ../patches/uami-md-0.yaml
configMapGenerator:
- behavior: merge
Expand Down
2 changes: 1 addition & 1 deletion templates/test/dev/cluster-template-custom-builds-dra.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion templates/test/dev/cluster-template-custom-builds.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion templates/test/dev/custom-builds/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ patches:
- path: ../../../test/ci/patches/windows-containerd-labels.yaml
- path: ../../../test/ci/patches/windows-machine-deployment-replicas.yaml
- path: ../../../test/ci/patches/metrics-server-enabled-cluster.yaml
- path: ../../../test/ci/patches/controller-manager-featuregates.yaml
configMapGenerator:
- behavior: merge
files:
Expand Down

0 comments on commit d1899f8

Please sign in to comment.