Skip to content

Commit 8fc1d49

Browse files
author
RA489
committed
[FEATURE] feature-gates via minikube config set
1 parent 203e17a commit 8fc1d49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/minikube/cmd/config/config.go

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ var settings = []Setting{
4949
validations: []setFn{IsValidDriver},
5050
callbacks: []setFn{RequiresRestartMsg},
5151
},
52+
{
53+
name: "feature-gates",
54+
set: SetString,
55+
callbacks: []setFn{RequiresRestartMsg},
56+
},
5257
{
5358
name: "v",
5459
set: SetInt,

0 commit comments

Comments
 (0)