Update pkg/minikube/reason/known_issues.go
Co-authored-by: Sharif Elgamal <selgamal@google.com>pull/12279/head
parent
0167da6435
commit
30d55ca7f2
|
@ -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=""
|
||||
|
||||
|
|
Loading…
Reference in New Issue