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

Support changing apiserver-ips when restarting minikube #12692

Merged
merged 1 commit into from
Dec 7, 2021

Conversation

dimara
Copy link
Contributor

@dimara dimara commented Oct 11, 2021

After commit bee6815, we could not change the apiserver-ips after
initial minikube start. Revert to previous behavior where both
apiserver-ips and apiserver-names were taken always into account
and certs were updated accordingly.

Fixes #9818

NOTE: This is more or less #9876 rebased on top of current master.

After commit bee6815, we could not change the apiserver-ips after
initial `minikube start`. Revert to previous behavior where both
apiserver-ips and apiserver-names were taken always into account
and certs were updated accordingly.

Fixes kubernetes#9818
@k8s-ci-robot
Copy link
Contributor

Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages.

The list of commits with invalid commit messages:

  • 4535640 Support changing apiserver-ips when restarting minikube

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Oct 11, 2021
@k8s-ci-robot
Copy link
Contributor

Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA.

It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.


Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Oct 11, 2021
@k8s-ci-robot
Copy link
Contributor

Hi @dimara. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 11, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dimara
To complete the pull request process, please assign afbjorklund after the PR has been reviewed.
You can assign the PR to them by writing /assign @afbjorklund in a comment when ready.

The full list of commands accepted by this bot can be found 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

@minikube-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@dimara
Copy link
Contributor Author

dimara commented Oct 11, 2021

@spowelljr @andriyDev I re-submitted the PR and again it appears that I don't have the CLA. This does not make much sense
since as I mentioned in #9876 (comment) copying from https://identity.linuxfoundation.org/projects/cncf/employee-signup:

You are already authorized to contribute code to this project through your membership with CNCF - Arrikto Inc..

Should the Arrikto email be the primary GH email? I cannot think of any other reason... Any advice is more than welcome.

Also one more question: I noticed the do-not-merge/invalid-commit-message label. Should I remove the Fixes # from the commit message? Looking at git log I saw lots of commits having it so I don't know what is the "proper" way to do that.

Thanks!

@spowelljr
Copy link
Member

Hi @dimara, the author email of all the commits need to be the same email that has signed the CLA. Your commits are with the dimara@arrikto.com email, is that the email that you signed the CLA with?

@RA489
Copy link

RA489 commented Nov 9, 2021

/check-cla

@dimara
Copy link
Contributor Author

dimara commented Nov 13, 2021

Hi @spowelljr

Your commits are with the dimara@arrikto.com email, is that the email that you signed the CLA with?

Yes. Here is what my linuxfoundation profile reports at https://identity.linuxfoundation.org/user/me:

2021-11-13-154020_403x132_scrot
2021-11-13-154049_277x65_scrot

and in https://identity.linuxfoundation.org/projects/cncf/employee-signup:

2021-11-13-154424_910x108_scrot

That is why I don't get why the checks fail. Any other idea?

@medyagh medyagh merged commit c3ea9c2 into kubernetes:master Dec 7, 2021
@medyagh
Copy link
Member

medyagh commented Dec 7, 2021

thank you @dimara

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. 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.

Cannot change apiserver-ips after initial minikube start
6 participants