From a7fd0c9ef7531923d7e83f010dc7fbfe41683c36 Mon Sep 17 00:00:00 2001 From: SaintMalik <37118134+saintmalik@users.noreply.github.com> Date: Tue, 5 Jan 2021 16:53:58 +0100 Subject: [PATCH] Update disruptions.md --- content/en/docs/concepts/workloads/pods/disruptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/disruptions.md b/content/en/docs/concepts/workloads/pods/disruptions.md index 082e1b8f7b..3ed54ef012 100644 --- a/content/en/docs/concepts/workloads/pods/disruptions.md +++ b/content/en/docs/concepts/workloads/pods/disruptions.md @@ -49,7 +49,7 @@ Cluster administrator actions include: - [Draining a node](/docs/tasks/administer-cluster/safely-drain-node/) for repair or upgrade. - Draining a node from a cluster to scale the cluster down (learn about -[Cluster Autoscaling](https://v1-18.docs.kubernetes.io/docs/tasks/administer-cluster/cluster-management/#cluster-autoscaling) +[Cluster Autoscaling](/docs/tasks/run-application/horizontal-pod-autoscale/) ). - Removing a pod from a node to permit something else to fit on that node.