From b98a4920d3b010ee25dd838a34bc3bcfa41cd987 Mon Sep 17 00:00:00 2001 From: manyatripathi <49054370+manyatripathi@users.noreply.github.com> Date: Mon, 15 Apr 2019 06:58:01 +0530 Subject: [PATCH] Fixing broken link (#13763) Fixed the broken link for 'kubectl autoscale' in the statement - Now that the server is running, we will create the autoscaler using kubectl autoscaling. This issue is referenced in #13683 --- .../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 d6f95f0651..9acc6f94b8 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 @@ -75,7 +75,7 @@ deployment.apps/php-apache created ## Create Horizontal Pod Autoscaler Now that the server is running, we will create the autoscaler using -[kubectl autoscale](https://github.com/kubernetes/kubernetes/blob/{{< param "githubbranch" >}}/docs/user-guide/kubectl/kubectl_autoscale.md). +[kubectl autoscale](/docs/reference/generated/kubectl/kubectl-commands#autoscale). The following command will create a Horizontal Pod Autoscaler that maintains between 1 and 10 replicas of the Pods controlled by the php-apache deployment we created in the first step of these instructions. Roughly speaking, HPA will increase and decrease the number of replicas