From 3a3961a87d9273a4b7dbbd839701d34996ff8b35 Mon Sep 17 00:00:00 2001 From: Sohan Kr Choudhary <23343507+sohan-lh@users.noreply.github.com> Date: Sat, 2 Apr 2022 16:22:29 +0530 Subject: [PATCH] Update horizontal-pod-autoscale-walkthrough.md Fix missing closing parentheses --- .../run-application/horizontal-pod-autoscale-walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md index 3e66272e48..383435b2d2 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md @@ -37,7 +37,7 @@ httpd running some PHP code. {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}} If you're running an older release of Kubernetes, refer to the version of the documentation for that release (see -[available documentation versions](/docs/home/supported-doc-versions/). +[available documentation versions](/docs/home/supported-doc-versions/)). To follow this walkthrough, you also need to use a cluster that has a [Metrics Server](https://github.com/kubernetes-sigs/metrics-server#readme) deployed and configured.