Overview In minikube, all executed commands are logged to a local audit log in the minikube home directory (default: ~/.minikube/logs/audit.json). These commands are logged with additional information including the user that ran them, which by default is the OS user. However, there is a global flag --user that will set the user who ran the command in the audit log. Prerequisites minikube v1.17.1 or newer What does the flag do? Assuming the OS user is johndoe, running minikube start will add t...