@@ -62,7 +62,7 @@ You do not need to stop the static pods on the recovery host.
62
62
+
63
63
[source,terminal]
64
64
----
65
- $ sudo mv /etc/kubernetes/manifests/etcd-pod.yaml /tmp
65
+ $ sudo mv -v /etc/kubernetes/manifests/etcd-pod.yaml /tmp
66
66
----
67
67
68
68
.. 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.
78
78
+
79
79
[source,terminal]
80
80
----
81
- $ sudo mv /etc/kubernetes/manifests/kube-apiserver-pod.yaml /tmp
81
+ $ sudo mv -v /etc/kubernetes/manifests/kube-apiserver-pod.yaml /tmp
82
82
----
83
83
84
84
.. 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.
94
94
+
95
95
[source,terminal]
96
96
----
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
98
98
----
99
99
100
100
.. 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.
109
109
+
110
110
[source,terminal]
111
111
----
112
- $ sudo mv /etc/kubernetes/manifests/kube-scheduler-pod.yaml /tmp
112
+ $ sudo mv -v /etc/kubernetes/manifests/kube-scheduler-pod.yaml /tmp
113
113
----
114
114
115
115
.. 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.
124
124
+
125
125
[source,terminal]
126
126
----
127
- $ sudo mv /var/lib/etcd/ /tmp
127
+ $ sudo mv -v /var/lib/etcd/ /tmp
128
128
----
129
129
130
130
.. 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
133
133
+
134
134
[source,terminal]
135
135
----
136
- $ sudo mv /etc/kubernetes/manifests/keepalived.yaml /tmp
136
+ $ sudo mv -v /etc/kubernetes/manifests/keepalived.yaml /tmp
137
137
----
138
138
139
139
... 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
183
183
+
184
184
[source,terminal]
185
185
----
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
187
187
----
188
188
+
189
189
.Example script output
0 commit comments