modify error of runtime-class md

pull/28150/head
liuwei10 2021-05-28 16:54:11 +08:00
parent 24fd0d4749
commit f9b2c8c932
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ the intersection of the set of nodes selected by each. If there is a conflict, t
rejected.
-->
为了确保 pod 会被调度到支持指定运行时的 node 上,每个 node 需要设置一个通用的 label 用于被
`runtimeclass.scheduling.nodeSelector` 挑选。在 admission 阶段RuntimeClass 的 nodeSelector 将会
`runtimeclass.scheduling.nodeSelector` 挑选。在 admission 阶段RuntimeClass 的 nodeSelector 将会
pod 的 nodeSelector 合并取二者的交集。如果有冲突pod 将会被拒绝。
<!--