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).