Update pkg/minikube/reason/known_issues.go

Co-authored-by: Sharif Elgamal <selgamal@google.com>
pull/12279/head
Medya Ghazizadeh 2021-08-16 16:06:28 -07:00 committed by GitHub
parent 0167da6435
commit 30d55ca7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ var hostIssues = []match{
Kind: Kind{
ID: "HOST_CGROUP_NOT_SUPPORTED",
ExitCode: ExHostUnsupported,
Advice: `CGroup allocation is not available in your environment, You are possibly running minikube in a nested container, try run with these options:
Advice: `CGroup allocation is not available in your environment. You might be running minikube in a nested container. Try running:
minikube start --extra-config=kubelet.cgroups-per-qos=false --extra-config=kubelet.enforce-node-allocatable=""