commit FAQ

pull/7281/head
re;i 2020-03-27 01:06:50 +00:00
parent d0fb1fd44c
commit 798c007d99
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
title: "FAQ"
linkTitle: "FAQ"
weight: 5
description: >
Questions that come up regularly
---

View File

@ -0,0 +1,20 @@
---
title: "Sudo prompts"
linkTitle: "Sudo prompts"
weight: 1
date: 2020-03-26
description: >
Disabling sudo prompts when using minikude start/stop/status, kubectl cluster-info, ...
---
## Use the `docker` driver
Use the `docker` driver rather than the `none` driver. `docker` driver should be used unless it does not meet requirements for some reason.
## For `none` users
For `none` users, `CHANGE_MINIKUBE_NONE_USER=true`, kubectl and such will still work: [see environment variables](https://minikube.sigs.k8s.io/docs/reference/environment_variables/)
## Otherwise deal with `sudo`
Configure `sudo` to never prompt for the commands issued by minikube.