File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ Following several tries I have found out a semi-reliable way to recover from thi
2302303. Scale down the ` mariadb` statefulset to `0` replicas in order to release the lock.
231231
232232 ` ` ` text
233- kubectl scale statefulset mariadb --replicas 0`
233+ kubectl scale statefulset mariadb --replicas 0
234234 ` ` `
235235
2362364. Obtain the root password :
@@ -242,7 +242,7 @@ Following several tries I have found out a semi-reliable way to recover from thi
2422425. Exec into debug pod and start a local mariadb instance and reset the password
243243
244244 ` ` ` text
245- kubect exec -it mariadb-pvc-debugger -- bash
245+ kubectl exec -it mariadb-pvc-debugger -- bash
246246 mysql@mariadb-pvc-debugger:/$
247247 mysql@mariadb-pvc-debugger:/$ mariadb-safe --skip-networking --skip-grant-tables &
248248 mysql@mariadb-pvc-debugger:/$
You can’t perform that action at this time.
0 commit comments