We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1a573d + b8aa45e commit 43ed63aCopy full SHA for 43ed63a
modules/cleaning-crio-storage.adoc
@@ -55,7 +55,7 @@ $ ssh core@node1.example.com
55
$ sudo -i
56
----
57
+
58
-. Manually stop the kublet:
+. Manually stop the kubelet:
59
[source, terminal]
60
61
@@ -83,15 +83,15 @@ $ sudo -i
83
# crio wipe -f
84
85
86
-. Start the crio and kublet service:
+. Start the crio and kubelet service:
87
88
89
90
# systemctl start crio
91
# systemctl start kubelet
92
93
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:
+. You will know if the clean up worked if the crio and kubelet services are started, and the node is in the `Ready` status:
95
96
97
0 commit comments