Skip to content

Commit bc283e3

Browse files
authored
Merge pull request #72098 from BabbarPB08/etcd-restore-patch
added -v with mv to have better verbosity, apart from this I've added…
2 parents f78820b + ecb2a79 commit bc283e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You do not need to stop the static pods on the recovery host.
6262
+
6363
[source,terminal]
6464
----
65-
$ sudo mv /etc/kubernetes/manifests/etcd-pod.yaml /tmp
65+
$ sudo mv -v /etc/kubernetes/manifests/etcd-pod.yaml /tmp
6666
----
6767

6868
.. Verify that the `etcd` pods are stopped by using:
@@ -78,7 +78,7 @@ If the output of this command is not empty, wait a few minutes and check again.
7878
+
7979
[source,terminal]
8080
----
81-
$ sudo mv /etc/kubernetes/manifests/kube-apiserver-pod.yaml /tmp
81+
$ sudo mv -v /etc/kubernetes/manifests/kube-apiserver-pod.yaml /tmp
8282
----
8383

8484
.. Verify that the `kube-apiserver` containers are stopped by running:
@@ -94,7 +94,7 @@ If the output of this command is not empty, wait a few minutes and check again.
9494
+
9595
[source,terminal]
9696
----
97-
$ sudo mv /etc/kubernetes/manifests/kube-controller-manager-pod.yaml /tmp
97+
$ sudo mv -v /etc/kubernetes/manifests/kube-controller-manager-pod.yaml /tmp
9898
----
9999

100100
.. Verify that the `kube-controller-manager` containers are stopped by running:
@@ -109,7 +109,7 @@ If the output of this command is not empty, wait a few minutes and check again.
109109
+
110110
[source,terminal]
111111
----
112-
$ sudo mv /etc/kubernetes/manifests/kube-scheduler-pod.yaml /tmp
112+
$ sudo mv -v /etc/kubernetes/manifests/kube-scheduler-pod.yaml /tmp
113113
----
114114

115115
.. Verify that the `kube-scheduler` containers are stopped by using:
@@ -124,7 +124,7 @@ If the output of this command is not empty, wait a few minutes and check again.
124124
+
125125
[source,terminal]
126126
----
127-
$ sudo mv /var/lib/etcd/ /tmp
127+
$ sudo mv -v /var/lib/etcd/ /tmp
128128
----
129129

130130
.. If the `/etc/kubernetes/manifests/keepalived.yaml` file exists and the node is deleted, follow these steps:
@@ -133,7 +133,7 @@ $ sudo mv /var/lib/etcd/ /tmp
133133
+
134134
[source,terminal]
135135
----
136-
$ sudo mv /etc/kubernetes/manifests/keepalived.yaml /tmp
136+
$ sudo mv -v /etc/kubernetes/manifests/keepalived.yaml /tmp
137137
----
138138

139139
... Verify that any containers managed by the `keepalived` daemon are stopped:
@@ -183,7 +183,7 @@ You can check whether the proxy is enabled by reviewing the output of `oc get pr
183183
+
184184
[source,terminal]
185185
----
186-
$ sudo -E /usr/local/bin/cluster-restore.sh /home/core/backup
186+
$ sudo -E /usr/local/bin/cluster-restore.sh /home/core/assets/backup
187187
----
188188
+
189189
.Example script output

0 commit comments

Comments
 (0)