Skip to content

Commit

Permalink
insecure-registry via minikube config set
Browse files Browse the repository at this point in the history
  • Loading branch information
RA489 committed Jul 23, 2019
1 parent a30d595 commit 508a696
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/minikube/cmd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ 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 508a696

Please sign in to comment.