Skip to content

Commit 45fa9a5

Browse files
committed
Fixing broken link
1 parent 5f45abe commit 45fa9a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/aks/use-system-pools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can do the following operations with node pools:
6262
* You can delete system node pools, provided you have another system node pool to take its place in the AKS cluster.
6363
* An AKS cluster may have multiple system node pools and requires at least one system node pool.
6464
* If you want to change various immutable settings on existing node pools, you can create new node pools to replace them. One example is to add a new node pool with a new maxPods setting and delete the old node pool.
65-
* Use [node affinity](operator-best-practices-advanced-scheduler#node-affinity) to *require* or *prefer* which nodes can be scheduled based on node labels. You can set `key` to `kubernetes.azure.com`, `operator` to `In`, and `values` of either `user` or `system` to your YAML, applying this definition using `kubectl apply -f yourYAML.yaml`.
65+
* Use [node affinity][node-affinity] to *require* or *prefer* which nodes can be scheduled based on node labels. You can set `key` to `kubernetes.azure.com`, `operator` to `In`, and `values` of either `user` or `system` to your YAML, applying this definition using `kubectl apply -f yourYAML.yaml`.
6666

6767
## Create a new AKS cluster with a system node pool
6868

@@ -356,3 +356,4 @@ In this article, you learned how to create and manage system node pools in an AK
356356
[maximum-pods]: configure-azure-cni.md#maximum-pods-per-node
357357
[update-node-pool-mode]: use-system-pools.md#update-existing-cluster-system-and-user-node-pools
358358
[start-stop-nodepools]: /start-stop-nodepools.md
359+
[node-affinity]: operator-best-practices-advanced-scheduler.md#node-affinity

0 commit comments

Comments
 (0)