Skip to content

Commit 6bf6290

Browse files
authored
Merge pull request #3861 from RA489/featuregate
feature-gates via minikube config set
2 parents f9a136a + 8fc1d49 commit 6bf6290

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)