-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Conversation
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
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:
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. |
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. |
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 Once the patch is verified, the new status will be reflected by the 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dimara 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 |
Can one of the admins verify this patch? |
@spowelljr @andriyDev I re-submitted the PR and again it appears that I don't have the CLA. This does not make much sense
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 Thanks! |
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 |
/check-cla |
Hi @spowelljr
Yes. Here is what my linuxfoundation profile reports at https://identity.linuxfoundation.org/user/me: and in https://identity.linuxfoundation.org/projects/cncf/employee-signup: That is why I don't get why the checks fail. Any other idea? |
thank you @dimara |
After commit bee6815, we could not change the apiserver-ips after
initial
minikube start
. Revert to previous behavior where bothapiserver-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.