Merge pull request #25950 from saintmalik/patch-1

Fix broken url in docs
This commit is contained in:
Kubernetes Prow Robot
2021-01-11 09:46:25 -08:00
committed by GitHub
@@ -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](/docs/tasks/administer-cluster/safely-drain-node/) for repair or upgrade.
- Draining a node from a cluster to scale the cluster down (learn about - 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://github.com/kubernetes/autoscaler/#readme)
). ).
- Removing a pod from a node to permit something else to fit on that node. - Removing a pod from a node to permit something else to fit on that node.