-
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
remove static ip in docker and podman #13766
Conversation
Hi @zhan9san. 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: zhan9san 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? |
6dd893e
to
ecb1ad6
Compare
@zhan9san would u plz state the reason u want to remove this ? this will make the driver less stable |
Hi @medyagh If we remove the static IP, docker daemon will assign an available IP to Currently, if the driver is minikube/pkg/drivers/kic/kic.go Lines 101 to 107 in 3f25d3e
In other words, it always passes the first IP in the subnet to This issue exists in both two scenarios. Both of them would fail. For
|
Besides, if someone expects to use specific static IP address, it's better to implement it like below.
This follows how docker does, |
@zhan9san: PR needs rebase. 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 would rather this PR be implemented as a feature #13050 |
fix #13729
Would yo kindly review this PR?