minikube logs
Returns logs to debug a local Kubernetes cluster
Options
Name | Description |
---|---|
--file | If present, writes to the provided file instead of stdout |
--follow, -f | Show only the most recent journal entries |
--length, -n | Number of lines back to go within the log |
--node | The node to get logs from. Defaults to the primary control plane |
--problems | Show only log entries which point to known problems |