Skip to content

Commit 8d3dcf5

Browse files
authored
Merge pull request #26054 from Arhell/fix-typo
[zh] fix some typo
2 parents 852024c + 5a9fc4e commit 8d3dcf5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ but with different settings.
5656
5757
Ensure the RuntimeClass feature gate is enabled (it is by default). See [Feature
5858
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.
6060
-->
6161
## 设置 {#setup}
6262

@@ -66,11 +66,11 @@ feature gates. The `RuntimeClass` feature gate must be enabled on apiservers _an
6666
`RuntimeClass` 特性开关必须在 API 服务器和 kubelet 端同时开启。
6767

6868
<!--
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.
7171
-->
72-
1. 在节点上配置 CRI 的实现(取决于所选用的运行时)
73-
2. 创建相应的 RuntimeClass 资源
72+
1. 在节点上配置 CRI 的实现(取决于所选用的运行时)
73+
2. 创建相应的 RuntimeClass 资源
7474

7575
<!--
7676
### 1. Configure the CRI implementation on nodes
@@ -161,7 +161,7 @@ spec:
161161
```
162162

163163
<!--
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
165165
RuntimeClass does not exist, or the CRI cannot run the corresponding handler, the pod will enter the
166166
`Failed` terminal [phase](/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase). Look for a
167167
corresponding [event](/docs/tasks/debug-application-cluster/debug-application-introspection/) for an

0 commit comments

Comments
 (0)