Increase minikube logging output to maximum
Per settings mentioned at: https://minikube.sigs.k8s.io/docs/tasks/debug/ The current logging level is very minimal for tracking down any potential k8s issues. Change-Id: I4ebd694481de936f9df790a46e195b251a803c5f
This commit is contained in:
parent
03e42f874b
commit
a37c21b772
@ -54,7 +54,7 @@
|
||||
|
||||
- name: Start Minikube
|
||||
become: yes
|
||||
command: "/tmp/minikube --vm-driver=none --container-runtime={{ kubernetes_runtime }} {{ minikube_args }} start"
|
||||
command: "/tmp/minikube start --v=7 --vm-driver=none --container-runtime={{ kubernetes_runtime }} {{ minikube_args }}"
|
||||
environment:
|
||||
MINIKUBE_WANTUPDATENOTIFICATION: false
|
||||
MINIKUBE_WANTREPORTERRORPROMPT: false
|
||||
|
Loading…
Reference in New Issue
Block a user