Merge pull request #4844 from RA489/inseregis

[FEATURE] insecure-registry via minikube config set
pull/5089/head
Thomas Strömberg 2019-08-14 15:08:28 -07:00 committed by GitHub
commit 4b5fc6a25a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -177,6 +177,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,