Skip to content

Commit dad1c7f

Browse files
author
Bob Furu
authored
Merge pull request #35250 from bobfuru/fix-formatting
2 parents 9909fbe + 44fb166 commit dad1c7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/create-a-kubeletconfig-crd-to-edit-kubelet-parameters.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Allocatable:
213213
pods: 500 <1>
214214
...
215215
----
216-
<1> In this example, the `pods` parameter should report the value you set in the `KubeletConfig` object.
216+
<1> In this example, the `pods` parameter should report the value you set in the `KubletConfig` object.
217217

218218
. Verify the change in the `KubeletConfig` object:
219219
+
@@ -222,7 +222,8 @@ Allocatable:
222222
$ oc get kubeletconfigs set-max-pods -o yaml
223223
----
224224
+
225-
This should show a status of `True` and `type:Success`:
225+
226+
This should show a status of `True` and `type:Success`, as shown in the following example:
226227
+
227228
[source,yaml]
228229
----

0 commit comments

Comments
 (0)