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">
|
<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
|
|
||||||
<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>{' '}
|
||||||
or
|
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>{' '}
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue