Skip to content

Commit

Permalink
Remove deprecated HPAContainerMetrics feature gate from templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh committed Nov 5, 2024
1 parent e2ad4e2 commit fa612e8
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 fa612e8

Please sign in to comment.