From 211fff5ed49e10134e76d5a0c5c4af0e63834a96 Mon Sep 17 00:00:00 2001 From: Prabhat Khera <91852476+prabhat-org@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:02:26 +1300 Subject: [PATCH] update metrics help text (#10960) --- .../ConfigureForm/EnableMetricsInput.tsx | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/EnableMetricsInput.tsx b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/EnableMetricsInput.tsx index 34594a82c..18705e885 100644 --- a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/EnableMetricsInput.tsx +++ b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/EnableMetricsInput.tsx @@ -25,28 +25,30 @@ export function EnableMetricsInput({ value, error, environmentId }: Props) {

- Enabling the metrics feature will allow users to use specific - functionality like autoscaling and to see container and node resource - usage. -

-

- Ensure that  + Enabling the metrics feature allows users to use horizontal pod + autoscaling and to see container and node resource usage. This + requires{' '} metrics server - -  or  + {' '} + or{' '} prometheus - -  is running inside your cluster. + {' '} + to be running in your cluster. +

+

+ On any subsequent disabling of the feature, existing deployed + applications with autoscaling will still autoscale (you would have to + remove their autoscaler definitions to stop this).