File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/en/docs/concepts/containers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ but with different settings.
37
37
38
38
Ensure the RuntimeClass feature gate is enabled (it is by default). See [ Feature
39
39
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.
41
41
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.
44
44
45
45
### 1. Configure the CRI implementation on nodes
46
46
98
98
# ...
99
99
` ` `
100
100
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
102
102
RuntimeClass does not exist, or the CRI cannot run the corresponding handler, the pod will enter the
103
103
` Failed` terminal [phase](/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase). Look for a
104
104
corresponding [event](/docs/tasks/debug-application-cluster/debug-application-introspection/) for an
You can’t perform that action at this time.
0 commit comments