Closed donaldguy closed 7 years ago
raw logs for start and logs here: https://gist.github.com/donaldguy/1de948b037ddaf4102b0147039159422
Closing as a dupe of https://github.com/kubernetes/minikube/issues/1747. This is definitely an issue, but we'll need to fix both the DNS addon and the apiserver to properly respect this flag.
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Environment:
Minikube version (use
minikube version
): v0.22.1I am seeing both dashboard and other addons failing with logs like
Error while initializing connection to Kubernetes apiserver. This most likely means that the cluster is misconfigured (e.g., it has invalid apiserver certificates or service accounts configuration) or the --apiserver-host param points to a server that does not exist. Reason: Get https://100.69.0.1:443/version: x509: certificate is valid for 192.168.99.100, 10.0.0.1, not 100.69.0.1
It would appear that the cert being generated for the API server is not getting an alternative service range as an Alternate Name
indeed
copy output to macOS clipboard
This is presumably the cause of e.g. #1536