From 49675afab88e79fe8c1ebb58d71b15eefb12ed2e Mon Sep 17 00:00:00 2001 From: SaintMalik <37118134+saintmalik@users.noreply.github.com> Date: Tue, 5 Jan 2021 04:47:39 +0100 Subject: [PATCH 1/3] Fix broken url in docs ## Summary Easy navigation and easy reading for others --- 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 78e8b39a47..082e1b8f7b 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](/docs/tasks/administer-cluster/cluster-management/#cluster-autoscaler) +[Cluster Autoscaling](https://v1-18.docs.kubernetes.io/docs/tasks/administer-cluster/cluster-management/#cluster-autoscaling) ). - Removing a pod from a node to permit something else to fit on that node. 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 2/3] 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. From f5b9d5dafe7eabec003a854edb97d4b3cf751c15 Mon Sep 17 00:00:00 2001 From: SaintMalik <37118134+saintmalik@users.noreply.github.com> Date: Wed, 6 Jan 2021 19:59:02 +0100 Subject: [PATCH 3/3] 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 3ed54ef012..3d4248443d 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](/docs/tasks/run-application/horizontal-pod-autoscale/) +[Cluster Autoscaling](https://github.com/kubernetes/autoscaler/#readme) ). - Removing a pod from a node to permit something else to fit on that node.