-
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
--vm-driver: none: Unable to customize APIServerPort #2781
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Had the same problem (something already listening to this port). I made a fix and I'm actually testing it, if it is correct, I'll try to see if I can make a PR... |
Any update on this ticket. I am facing the same issue. |
@sebcworks Many thanks for the enhancement ! when are you planning to merge this? |
@simplyviks Thanks for your interest in my PR, meanwhile, I can't do any merge action myself! We just have to wait for approvers to have time to do a full review/test of my changes. |
Environment:
Installing minikube with --vm-driver=none on a system with existing use of port 8443 (Jenkins, in this case)
minikube version: v0.26.1
OS:
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
VM driver:
"DriverName": "none",
What happened:
What you expected to happen:
To have a configuration option for APIServerPort
Thanks!
The text was updated successfully, but these errors were encountered: