Skip to content

Commit

Permalink
Merge pull request #45802 from towca/jtuznik/node-autoscaling-docs
Browse files Browse the repository at this point in the history
Concepts/ClusterAdministration: Expand Node Autoscaling documentation
  • Loading branch information
k8s-ci-robot authored Feb 13, 2025
2 parents d643216 + dc530ff commit b417e36
Show file tree
Hide file tree
Showing 12 changed files with 295 additions and 128 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/architecture/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Learn more about the following:
* [Node](https://git.k8s.io/design-proposals-archive/architecture/architecture.md#the-kubernetes-node)
section of the architecture design document.
* [Graceful/non-graceful node shutdown](/docs/concepts/cluster-administration/node-shutdown/).
* [Cluster autoscaling](/docs/concepts/cluster-administration/cluster-autoscaling/) to
* [Node autoscaling](/docs/concepts/cluster-administration/node-autoscaling/) to
manage the number and size of nodes in your cluster.
* [Taints and Tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/).
* [Node Resource Managers](/docs/concepts/policy/node-resource-managers/).
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/concepts/cluster-administration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Before choosing a guide, here are some considerations:
## Managing a cluster

* Learn how to [manage nodes](/docs/concepts/architecture/nodes/).
* Read about [cluster autoscaling](/docs/concepts/cluster-administration/cluster-autoscaling/).
* Read about [Node autoscaling](/docs/concepts/cluster-administration/node-autoscaling/).

* Learn how to set up and manage the [resource quota](/docs/concepts/policy/resource-quotas/) for shared clusters.

Expand Down
118 changes: 0 additions & 118 deletions content/en/docs/concepts/cluster-administration/cluster-autoscaling.md

This file was deleted.

Loading

0 comments on commit b417e36

Please sign in to comment.