Update site/content/en/docs/faq/_index.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>pull/11119/head
parent
d9a707033d
commit
cfc6915ca9
|
|
@ -19,7 +19,7 @@ minikube start --kubernetes-version=v1.15.0
|
|||
```
|
||||
|
||||
|
||||
## Docker Driver: How to run minikube change cgroup manager used by minikube?
|
||||
## Docker Driver: How to set the cgroup manager minikube uses?
|
||||
|
||||
By default minikube uses the `cgroupfs` cgroup manager for the Kubernetes clusters, if you are on a system with a systemd cgroup manager, this could cause conflicts.
|
||||
To use `systemd` cgroup manager, run:
|
||||
|
|
|
|||
Loading…
Reference in New Issue