-
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
Don't allow profile names that conflict with a multi-node name #10119
Conversation
Hi @daehyeok. 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. |
Can one of the admins verify this patch? |
2efb040
to
dda0b26
Compare
54ed12a
to
7df059e
Compare
7df059e
to
b46a56a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, I would like to see example of it in the PR description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add integration test for this here ? https://github.com/medyagh/minikube/blob/89a8cdc794098f9ba0550fbb5eeb19bc3dd8774d/test/integration/multinode_test.go#L46
b46a56a
to
4895ceb
Compare
/ok-to-test |
TestMultiNode/serial/RestartMultiNode fails on both Docker and KVM i wonder if it is related? |
4895ceb
to
fb0658c
Compare
Fixed it. minikube/pkg/minikube/node/node.go Lines 48 to 50 in fb0658c
|
@daehyeok do u mind pulling upstream master on this PR ? |
fb0658c
to
7babfd8
Compare
rebased with upstream master branch |
7babfd8
to
3c48901
Compare
3c48901
to
7327011
Compare
Check profile and node name before add to prevent conflict with machine name on multinode cluster.
7327011
to
a00d632
Compare
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: daehyeok, medyagh, sharifelgamal 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 |
Check profile and node name before add to prevent conflict with
machine name on multinode cluster.
Fixes #10061