-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add apiserver logs to "minikube logs" command #3550
Comments
Here's the command for the docker runtime:
It's unclear yet how to handle this for containerd and CRIO. |
There are some open questions about the implementation here:
|
@aaron-prindle - It's possible to sanely tail multiple logs, though you bring up a good point that we would want to be able to filter different ones in the future for this mode in particular. I actually implemented this in https://github.com/kubernetes/minikube/pull/3551/files - I closed the PR because it added some unrelated changes, but planned to resubmit it for review once I could update it for merge conflicts. I agree about the delineation. I don't think there is much in the way of standardization, but now that I think about it, the
If you are interested in this issue, you are welcome to assign it to yourself and take the PR to completion. I got blocked trying to figure out how to get pod logs for non-Docker runtimes - but I assume crictl or podman could help out here. |
Should probably be using |
|
@tstromberg : using podman wouldn't really help for docker, just like docker wouldn't help for cri-o |
This way users can see flag misconfiguration errors.
The text was updated successfully, but these errors were encountered: