Skip to content

Commit a7de342

Browse files
authored
Merge pull request #28150 from ariesliuwei/mod-md
modify error of runtime-class md
2 parents a8c99f3 + f9b2c8c commit a7de342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/containers/runtime-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ the intersection of the set of nodes selected by each. If there is a conflict, t
257257
rejected.
258258
-->
259259
为了确保 pod 会被调度到支持指定运行时的 node 上,每个 node 需要设置一个通用的 label 用于被
260-
`runtimeclass.scheduling.nodeSelector` 挑选。在 admission 阶段,RuntimeClass 的 nodeSelector 将会于
260+
`runtimeclass.scheduling.nodeSelector` 挑选。在 admission 阶段,RuntimeClass 的 nodeSelector 将会与
261261
pod 的 nodeSelector 合并,取二者的交集。如果有冲突,pod 将会被拒绝。
262262
263263
<!--

0 commit comments

Comments
 (0)