From 912f38630cb55141518b18eeb6a3c86475083152 Mon Sep 17 00:00:00 2001 From: Bartosz Chwila <103247439+barchw@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:26:04 +0200 Subject: [PATCH 1/2] Enable HPA for light module installation --- manifests/istio-operator-template-light.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/istio-operator-template-light.yaml b/manifests/istio-operator-template-light.yaml index f819f3825..4c70d0a88 100644 --- a/manifests/istio-operator-template-light.yaml +++ b/manifests/istio-operator-template-light.yaml @@ -201,7 +201,7 @@ spec: secretName: istio-egressgateway-ca-certs type: ClusterIP istio-ingressgateway: - autoscaleEnabled: false + autoscaleEnabled: true env: {} name: istio-ingressgateway podAnnotations: @@ -297,7 +297,7 @@ spec: istiodRemote: injectionURL: "" pilot: - autoscaleEnabled: false + autoscaleEnabled: true autoscaleMax: 5 autoscaleMin: 1 configMap: true From 410e352fe30f03cc7e16c9526abe65ea0c1b83b4 Mon Sep 17 00:00:00 2001 From: Bartosz Chwila <103247439+barchw@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:56:40 +0200 Subject: [PATCH 2/2] Create 1.1.0.md --- docs/release-notes/1.1.0.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/release-notes/1.1.0.md diff --git a/docs/release-notes/1.1.0.md b/docs/release-notes/1.1.0.md new file mode 100644 index 000000000..b270fc1f7 --- /dev/null +++ b/docs/release-notes/1.1.0.md @@ -0,0 +1,4 @@ + +## New features + +- Enable Horizontal Pod Autoscaling capability for smaller cluster installation