Skip to content

Commit dac4dcd

Browse files
authored
Merge pull request #1371 from rackerlabs/mariadb-docs-20251030
docs(mariadb): Fixes typos
2 parents 1984906 + 43d1949 commit dac4dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/operator-guide/mariadb-operator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Following several tries I have found out a semi-reliable way to recover from thi
230230
3. 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

236236
4. Obtain the root password:
@@ -242,7 +242,7 @@ Following several tries I have found out a semi-reliable way to recover from thi
242242
5. 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:/$

0 commit comments

Comments
 (0)