You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing a related issue in 0.11.0 that worked with the same setup in the previous version.
I0308 16:44:26.897598 5 main.go:212] unexpected error discovering Kubernetes version (attempt Get https://172.20.0.1:443/version: tls: failed to parse certificate from server: x509: cannot parse dnsName "1520520257.kismatic.integration-tests."): 6
The contents of the cert for the api:
Subject: CN=ip-10-0-3-226.ec2.internal
X509v3 extensions:
X509v3 Subject Alternative Name:
DNS:kubernetes, DNS:kubernetes.default, DNS:kubernetes.default.svc, DNS:kubernetes.default.svc.cluster.local, DNS:ip-10-0-3-226.ec2.internal, DNS:1520520257.kismatic.integration-tests., IP Address:127.0.0.1, IP Address:172.20.0.1, IP Address:184.73.149.217, IP Address:127.0.0.1, IP Address:10.0.3.226
Error starting nginx-ingress-controller:
My intermediate CA generated by hashicorp vault, contains:
This will probably be fixed on kubernetes/client-go#371 and golang/go#23995
The text was updated successfully, but these errors were encountered: