@@ -56,7 +56,7 @@ but with different settings.
56
56
57
57
Ensure the RuntimeClass feature gate is enabled (it is by default). See [Feature
58
58
Gates](/docs/reference/command-line-tools-reference/feature-gates/) for an explanation of enabling
59
- feature gates. The `RuntimeClass` feature gate must be enabled on apiservers _and_ kubelets.
59
+ feature gates. The `RuntimeClass` feature gate must be enabled on API server _and_ kubelets.
60
60
-->
61
61
## 设置 {#setup}
62
62
@@ -66,11 +66,11 @@ feature gates. The `RuntimeClass` feature gate must be enabled on apiservers _an
66
66
` RuntimeClass ` 特性开关必须在 API 服务器和 kubelet 端同时开启。
67
67
68
68
<!--
69
- 1. Configure the CRI implementation on nodes (runtime dependent)
70
- 2. Create the corresponding RuntimeClass resources
69
+ 1. Configure the CRI implementation on nodes (runtime dependent).
70
+ 2. Create the corresponding RuntimeClass resources.
71
71
-->
72
- 1 . 在节点上配置 CRI 的实现(取决于所选用的运行时)
73
- 2 . 创建相应的 RuntimeClass 资源
72
+ 1 . 在节点上配置 CRI 的实现(取决于所选用的运行时)。
73
+ 2 . 创建相应的 RuntimeClass 资源。
74
74
75
75
<!--
76
76
### 1. Configure the CRI implementation on nodes
@@ -161,7 +161,7 @@ spec:
161
161
` ` `
162
162
163
163
<!--
164
- This will instruct the Kubelet to use the named RuntimeClass to run this pod. If the named
164
+ This will instruct the kubelet to use the named RuntimeClass to run this pod. If the named
165
165
RuntimeClass does not exist, or the CRI cannot run the corresponding handler, the pod will enter the
166
166
` Failed` terminal [phase](/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase). Look for a
167
167
corresponding [event](/docs/tasks/debug-application-cluster/debug-application-introspection/) for an
0 commit comments