Addon manager presumes port 8443 -- fails when used with different --apiserver-port #4384
Labels
area/addons
kind/bug
Categorizes issue or PR as related to a bug.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
If minikube is started with the --apiserver-port directive set to a non-default value, the addon-manager pod fails to connect to the apiserver.
The culprit seems to be a hardcoding of port 8443 here:
minikube/pkg/minikube/bootstrapper/certs.go
Line 69 in 8ba53c6
The fix is a one-liner--I'll submit a pull request.
The text was updated successfully, but these errors were encountered: