Skip to content

Commit b1e8456

Browse files
Update log6x-loki-zone-fail-recovery.adoc
Removed extra space in between <pvc_name> and -n, which might not cause an issue in execution but is an inconsistency in formatting. This should be corrected to ensure proper syntax.
1 parent a516e60 commit b1e8456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/log6x-loki-zone-fail-recovery.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ wal-logging-loki-ruler-1
6161
+
6262
[source,terminal]
6363
----
64-
$ oc delete pvc <pvc_name> -n openshift-logging
64+
$ oc delete pvc <pvc_name> -n openshift-logging
6565
----
6666
+
6767
. Delete the pod(s) by running the following command:
6868
+
6969
[source,terminal]
7070
----
71-
$ oc delete pod <pod_name> -n openshift-logging
71+
$ oc delete pod <pod_name> -n openshift-logging
7272
----
7373
+
7474
Once these objects have been successfully deleted, they should automatically be rescheduled in an available zone.

0 commit comments

Comments
 (0)