Update site/content/en/docs/faq/_index.md

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/11119/head
Medya Ghazizadeh 2021-04-19 11:36:37 -07:00 committed by GitHub
parent d9a707033d
commit cfc6915ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: