Skip to content

Commit 8478b68

Browse files
committed
Fixed blocking warnings
1 parent 41fcb38 commit 8478b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/use-node-taints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This article assumes you have an existing AKS cluster. If you need an AKS cluste
7474
```
7575
7676
2. [Check the status of the node pool](#check-the-status-of-the-node-pool).
77-
3. [Check that the taint has been set on the node](#check-that-the-taint-has-been-set-on-the-node).
77+
3. [Check that the taint has been set on the node](#check-that-the-taint-is-set-on-the-node).
7878
7979
## Use node initialization taints (preview)
8080
@@ -322,7 +322,7 @@ When you remove all initialization taint occurrences from node pool replicas, th
322322
## Next steps
323323
324324
* Learn more about example use cases for [taints and tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/#example-use-cases:~:text=not%20be%20evicted.-,Example%20Use%20Cases,-Taints%20and%20tolerations).
325-
* Learn more about [best practices for advanced AKS scheduler features](https://learn.microsoft.com/azure/aks/operator-best-practices-advanced-scheduler).
325+
* Learn more about [best practices for advanced AKS scheduler features](./operator-best-practices-advanced-scheduler.md).
326326
* Learn more about Kubernetes labels in the [Kubernetes labels documentation][kubernetes-labels].
327327
328328
<!-- LINKS - external -->

0 commit comments

Comments
 (0)