-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature, UI change, or workload upgradeNew feature, UI change, or workload upgrade
Description
Currently, debugging mysql-errors is not straightforward.
We need to ask users to basically:
juju ssh --container mysql-0 bash
cd /var/log/mysql
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-mysql-0 would be a much better experience.
Cross posting from: canonical/mysql-router-operators#23
Metadata
Metadata
Assignees
Labels
enhancementNew feature, UI change, or workload upgradeNew feature, UI change, or workload upgrade