mirror of https://github.com/portainer/portainer
update metrics help text (#10960)
parent
2f2cfad722
commit
211fff5ed4
|
@ -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
|
||||
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>
|
||||
or
|
||||
</a>{' '}
|
||||
or{' '}
|
||||
<a
|
||||
href="https://github.com/kubernetes-sigs/prometheus-adapter"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
prometheus
|
||||
</a>
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue