Skip to content

Commit

Permalink
Merge pull request #3861 from RA489/featuregate
Browse files Browse the repository at this point in the history
feature-gates via minikube config set
  • Loading branch information
tstromberg authored Mar 21, 2019
2 parents f9a136a + 8fc1d49 commit 6bf6290
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/minikube/cmd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ var settings = []Setting{
validations: []setFn{IsValidDriver},
callbacks: []setFn{RequiresRestartMsg},
},
{
name: "feature-gates",
set: SetString,
callbacks: []setFn{RequiresRestartMsg},
},
{
name: "v",
set: SetInt,
Expand Down

0 comments on commit 6bf6290

Please sign in to comment.