Skip to content

Commit

Permalink
[FEATURE] allow to set container-runtime via config
Browse files Browse the repository at this point in the history
  • Loading branch information
RA489 committed Jul 22, 2019
1 parent 68c546f commit f70c7e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/minikube/cmd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ var settings = []Setting{
validations: []setFn{IsValidDriver},
callbacks: []setFn{RequiresRestartMsg},
},
{
name: "container-runtime",
set: SetString,
validations: []setFn{IsContainerdRuntime},
callbacks: []setFn{RequiresRestartMsg},
},
{
name: "feature-gates",
set: SetString,
Expand Down

0 comments on commit f70c7e3

Please sign in to comment.