Skip to content

Commit

Permalink
Merge pull request #7882 from kubernetes/errmap
Browse files Browse the repository at this point in the history
Fix sysctl fs.protected_regular=1 typo
  • Loading branch information
tstromberg authored Apr 24, 2020
2 parents bc0d773 + 644b419 commit cd3317f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/problem/err_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ var osProblems = map[string]match{
},
"JUJU_LOCK_DENIED": {
Regexp: re(`unable to open /tmp/juju.*: permission denied`),
Advice: "Run 'sudo sysctl fs.protected_regular=1', or try a driver which does not require root, such as '--driver=docker'",
Advice: "Run 'sudo sysctl fs.protected_regular=0', or try a driver which does not require root, such as '--driver=docker'",
GOOS: []string{"linux"},
Issues: []int{6391},
},
Expand Down

0 comments on commit cd3317f

Please sign in to comment.