From f9b2c8c9329fffc49506b35f010e3bfdd3c2fd4e Mon Sep 17 00:00:00 2001 From: liuwei10 Date: Fri, 28 May 2021 16:54:11 +0800 Subject: [PATCH] modify error of runtime-class md --- content/zh/docs/concepts/containers/runtime-class.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/containers/runtime-class.md b/content/zh/docs/concepts/containers/runtime-class.md index 70f5dce756..eb3e6be5f6 100644 --- a/content/zh/docs/concepts/containers/runtime-class.md +++ b/content/zh/docs/concepts/containers/runtime-class.md @@ -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 将会被拒绝。