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