Skip to content

Commit db55c4f

Browse files
committed
Fix bad anchors on links.
1 parent 372864e commit db55c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/aks/use-multiple-node-pools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ az aks delete -g MyRG --cluster-name MyMC
438438

439439
## Specify a VM size for a node pool
440440

441-
In the previous examples to create a node pool, a default VM size was used for the nodes created in the cluster. A more common scenario is for you to create node pools with different VM sizes and capabilities. For example, you may create a node pool that contains nodes with large amounts of CPU or memory, or a node pool that provides GPU support. In the next step, you [use taints and tolerations](#setting-nodepool-taints) to tell the Kubernetes scheduler how to limit access to pods that can run on these nodes.
441+
In the previous examples to create a node pool, a default VM size was used for the nodes created in the cluster. A more common scenario is for you to create node pools with different VM sizes and capabilities. For example, you may create a node pool that contains nodes with large amounts of CPU or memory, or a node pool that provides GPU support. In the next step, you [use taints and tolerations](#setting-node-pool-taints) to tell the Kubernetes scheduler how to limit access to pods that can run on these nodes.
442442

443443
In the following example, create a GPU-based node pool that uses the *Standard_NC6* VM size. These VMs are powered by the NVIDIA Tesla K80 card. For information on available VM sizes, see [Sizes for Linux virtual machines in Azure][vm-sizes].
444444

articles/aks/use-system-pools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ In this article, you learned how to create and manage system node pools in an AK
323323
[kubernetes-label-syntax]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set
324324

325325
<!-- INTERNAL LINKS -->
326-
[aks-taints]: use-multiple-node-pools.md#setting-nodepool-taints
326+
[aks-taints]: use-multiple-node-pools.md#setting-node-pool-taints
327327
[aks-windows]: windows-container-cli.md
328328
[az-aks-get-credentials]: /cli/azure/aks#az-aks-get-credentials
329329
[az-aks-create]: /cli/azure/aks#az-aks-create

0 commit comments

Comments
 (0)