Skip to content

Commit 7c9db70

Browse files
Merge pull request #41356 from qqbuby/patch-2
Update operator-best-practices-advanced-scheduler.md
2 parents 46a980f + 1c15e09 commit 7c9db70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ A good example is a web application that also uses an Azure Cache for Redis. You
175175
| webapp-1 | webapp-2 | webapp-3 |
176176
| cache-1 | cache-2 | cache-3 |
177177

178-
This example is a more complex deployment than the use of node selectors or node affinity. The deployment gives you control over how Kubernetes schedules pods on nodes and can logically isolate resources. For a complete example of this web application with Azure Cache for Redis example, see [Colocate pods on the same node][k8s-pod-affinity].
178+
This example is a more complex deployment than the use of node selectors or node affinity. The deployment gives you control over how Kubernetes schedules pods on nodes and can logically isolate resources. For a complete example of this web application with Azure Cache for Redis example, see [Co-locate pods on the same node][k8s-pod-affinity].
179179

180180
## Next steps
181181

0 commit comments

Comments
 (0)