Skip to content

Commit d3dd8f2

Browse files
committed
[zh] Fix typo in mismatchLabelKeys example
1 parent bee6719 commit d3dd8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/concepts/scheduling-eviction/assign-pod-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ spec:
805805
# tenant is running.
806806
labelSelector:
807807
# We have to have the labelSelector which selects only Pods with the tenant label,
808-
# otherwise this Pod would hate Pods from daemonsets as well, for example,
808+
# otherwise this Pod would have Pods from daemonsets as well, for example,
809809
# which aren't supposed to have the tenant label.
810810
matchExpressions:
811811
- key: tenant

0 commit comments

Comments
 (0)