Merge pull request #932 from aaron-prindle/log-levels-in-readme
Added -v level debug information to README.mdpull/939/head
commit
427b11e644
|
@ -94,6 +94,15 @@ Stopping local Kubernetes cluster...
|
|||
Stopping "minikube"...
|
||||
```
|
||||
|
||||
|
||||
### Debugging Issues With Minikube
|
||||
To debug issues with minikube (not kubernetes but minikube itself), you can use the -v flag to see debug level info. The specified values for v will do the following (the values are all encompassing in that higher values will give you all lower value outputs as well):
|
||||
* --v=0 INFO level logs
|
||||
* --v=1 WARNING level logs
|
||||
* --v=2 ERROR level logs
|
||||
* --v=3 libmachine logging
|
||||
* --v=7 libmachine --debug level logging
|
||||
|
||||
### Using rkt container engine
|
||||
|
||||
To use [rkt](https://github.com/coreos/rkt) as the container runtime run:
|
||||
|
|
Loading…
Reference in New Issue