update metrics help text (#10960)

pull/10964/head
Prabhat Khera 2024-01-16 16:02:26 +13:00 committed by GitHub
parent 2f2cfad722
commit 211fff5ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 10 deletions

View File

@ -25,28 +25,30 @@ export function EnableMetricsInput({ value, error, environmentId }: Props) {
<div className="mb-4">
<TextTip color="blue">
<p>
Enabling the metrics feature will allow users to use specific
functionality like autoscaling and to see container and node resource
usage.
</p>
<p>
Ensure that&nbsp;
Enabling the metrics feature allows users to use horizontal pod
autoscaling and to see container and node resource usage. This
requires{' '}
<a
href="https://kubernetes.io/docs/tasks/debug-application-cluster/resource-metrics-pipeline/#metrics-server"
target="_blank"
rel="noreferrer"
>
metrics server
</a>
&nbsp;or&nbsp;
</a>{' '}
or{' '}
<a
href="https://github.com/kubernetes-sigs/prometheus-adapter"
target="_blank"
rel="noreferrer"
>
prometheus
</a>
&nbsp;is running inside your cluster.
</a>{' '}
to be running in your cluster.
</p>
<p>
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).
</p>
</TextTip>
<FormControl