Skip to content

Commit 43ed63a

Browse files
Merge pull request #36865 from vikram-redhat/fixcrio
fix typo
2 parents a1a573d + b8aa45e commit 43ed63a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/cleaning-crio-storage.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $ ssh [email protected]
5555
$ sudo -i
5656
----
5757
+
58-
. Manually stop the kublet:
58+
. Manually stop the kubelet:
5959
[source, terminal]
6060
+
6161
----
@@ -83,15 +83,15 @@ $ sudo -i
8383
# crio wipe -f
8484
----
8585
+
86-
. Start the crio and kublet service:
86+
. Start the crio and kubelet service:
8787
[source, terminal]
8888
+
8989
----
9090
# systemctl start crio
9191
# systemctl start kubelet
9292
----
9393
+
94-
. You will know if the clean up worked if the crio and kublet services are started, and the node is in the `Ready` status:
94+
. You will know if the clean up worked if the crio and kubelet services are started, and the node is in the `Ready` status:
9595
[source, terminal]
9696
+
9797
----

0 commit comments

Comments
 (0)