You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use labels on Nodes in conjunction with node selectors on Pods to control
262
274
scheduling. For example, you can constrain a Pod to only be eligible to run on
@@ -668,7 +680,7 @@ Learn more about the following:
668
680
* [Components](/docs/concepts/architecture/#node-components) that make up a node.
669
681
* [API definition for Node](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#node-v1-core).
670
682
* [Node](https://git.k8s.io/design-proposals-archive/architecture/architecture.md#the-kubernetes-node) section of the architecture design document.
671
-
* [Cluster autoscaling](/docs/concepts/cluster-administration/cluster-autoscaling/) to
683
+
* [Node autoscaling](/docs/concepts/cluster-administration/node-autoscaling/) to
672
684
manage the number and size of nodes in your cluster.
673
685
* [Taints and Tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/).
0 commit comments