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 043c45d commit a30d595
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 @@ -181,6 +181,12 @@ var settings = []Setting{
validations: []setFn{IsValidAddon},
callbacks: []setFn{EnableOrDisableAddon},
},
{
name: "insecure-registry",
set: SetBool,
validations: []setFn{IsValidAddon},
callbacks: []setFn{EnableOrDisableAddon},
},
{
name: "registry",
set: SetBool,
Expand Down

0 comments on commit a30d595

Please sign in to comment.