Skip to content

Commit 177a131

Browse files
committed
Fix some typo in runtime-class.md .
Uniform case and adjustment description for smoother writing. Signed-off-by: ydFu <[email protected]>
1 parent 0963e4e commit 177a131

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ but with different settings.
3737

3838
Ensure the RuntimeClass feature gate is enabled (it is by default). See [Feature
3939
Gates](/docs/reference/command-line-tools-reference/feature-gates/) for an explanation of enabling
40-
feature gates. The `RuntimeClass` feature gate must be enabled on apiservers _and_ kubelets.
40+
feature gates. The `RuntimeClass` feature gate must be enabled on API server _and_ kubelets.
4141

42-
1. Configure the CRI implementation on nodes (runtime dependent)
43-
2. Create the corresponding RuntimeClass resources
42+
1. Configure the CRI implementation on nodes (runtime dependent).
43+
2. Create the corresponding RuntimeClass resources.
4444

4545
### 1. Configure the CRI implementation on nodes
4646

@@ -98,7 +98,7 @@ spec:
9898
# ...
9999
```
100100

101-
This will instruct the Kubelet to use the named RuntimeClass to run this pod. If the named
101+
This will instruct the kubelet to use the named RuntimeClass to run this pod. If the named
102102
RuntimeClass does not exist, or the CRI cannot run the corresponding handler, the pod will enter the
103103
`Failed` terminal [phase](/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase). Look for a
104104
corresponding [event](/docs/tasks/debug-application-cluster/debug-application-introspection/) for an

0 commit comments

Comments
 (0)