Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] insecure-registry via minikube config set #4844

Merged
merged 1 commit into from
Aug 14, 2019

Conversation

RA489
Copy link

@RA489 RA489 commented Jul 23, 2019

insecure-registry via minikube config set
fixes #4629

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 23, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: RA489

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jul 23, 2019
@RA489
Copy link
Author

RA489 commented Jul 23, 2019

/assign @RA489

@@ -175,6 +175,12 @@ var settings = []Setting{
validations: []setFn{IsValidAddon},
callbacks: []setFn{EnableOrDisableAddon},
},
{
Copy link
Contributor

@kumarom kumarom Jul 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Making a change here will just expose another addon.. Not a config set. I could be wrong but can you double check.

I think you need to make changes close to L48

@tstromberg tstromberg merged commit 4b5fc6a into kubernetes:master Aug 14, 2019
@dcecile
Copy link

dcecile commented Aug 16, 2019

Thanks @RA489! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] insecure-registry via minikube config set ...
5 participants