Skip to content

Commit 729dff8

Browse files
authored
Fix typo
1 parent 07d858c commit 729dff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/operator-best-practices-advanced-scheduler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Let's assume:
9898

9999
Again, let's assume:
100100
1. You have a two-node cluster: *node1* and *node2*.
101-
1. You upgrade then node pool.
101+
1. You upgrade the node pool.
102102
1. An additional node is created: *node3*.
103103
1. The taints from *node1* are applied to *node3*.
104104
1. *node1* is deleted.
@@ -122,7 +122,7 @@ Alternatively, you can use node selectors. For example, you label nodes to indic
122122

123123
Unlike tolerations, pods without a matching node selector can still be scheduled on labeled nodes. This behavior allows unused resources on the nodes to consume, but prioritizes pods that define the matching node selector.
124124

125-
Let's look at an example of nodes with a high amount of memory. These nodes prioritize pods that request a high amount of memory. To ensure the resources don't sit idle, they also allow other pods to run. The follow example command adds a node pool with the label *hardware=highmem* to the *myAKSCluster* in the *myResourceGroup*. All nodes in that node pool will have this label.
125+
Let's look at an example of nodes with a high amount of memory. These nodes prioritize pods that request a high amount of memory. To ensure the resources don't sit idle, they also allow other pods to run. The following example command adds a node pool with the label *hardware=highmem* to the *myAKSCluster* in the *myResourceGroup*. All nodes in that node pool will have this label.
126126

127127
```azurecli-interactive
128128
az aks nodepool add \

0 commit comments

Comments
 (0)