Skip to content

Commit e7deca9

Browse files
author
Bob Furu
authored
Merge pull request #35270 from bobfuru/fix-format-pt2
Refix format issue where indentation is not correct
2 parents b5959a4 + 2897b45 commit e7deca9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,10 @@ Allocatable:
222222
$ oc get kubeletconfigs set-max-pods -o yaml
223223
----
224224
+
225-
226225
This should show a status of `True` and `type:Success`, as shown in the following example:
227226
+
228227
[source,yaml]
229228
----
230-
...
231229
spec:
232230
kubeletConfig:
233231
maxPods: 500
@@ -240,5 +238,4 @@ status:
240238
message: Success
241239
status: "True"
242240
type: Success
243-
...
244241
----

0 commit comments

Comments
 (0)