-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, debugging mysql-router errors is not straightforward.
We need to ask users to basically:
juju ssh --container mysql-router/0 bash
cd /var/log/mysqlrouter
ls -alh **/*.log
<find logs with more than 0 bytes>
While this process could be simplified with better commands, being able to just do kubectl logs -c mysql-router mysql-router-0 would be a much better experience.
cross posting from: canonical/mysql-k8s-operator#630
Metadata
Metadata
Assignees
Labels
No labels