Skip to content

Remove deprecated HPAContainerMetrics feature gate from templates #5242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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