Skip to content
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

Switch from Go 1.10 to 1.11.1 #16

Merged
merged 1 commit into from
Oct 31, 2018
Merged

Conversation

jandubois
Copy link
Member

Using Kubernetes from Docker for Mac I ran into this error with the scf-secrets-generator:

2018/10/30 14:20:06 Post https://10.96.0.1:443/api/v1/namespaces/my-nats/configmaps: tls: failed to parse certificate from server: x509: cannot parse dnsName "kubernetes.default.svc."

This seems to be a regression in Go 1.10: golang/go#23995

Everything works fine again with Go 1.11.1 (it should be fixed in 1.10.1, but I went straight to the latest release).

Using Kubernetes from Docker for Mac I ran into this error
with the scf-secrets-generator:

2018/10/30 14:20:06 Post https://10.96.0.1:443/api/v1/namespaces/my-nats/configmaps: tls: failed to parse certificate from server: x509: cannot parse dnsName "kubernetes.default.svc."

This seems to be a regression in Go 1.10: golang/go#23995

Everything works fine again with Go 1.11.1 (it should be fixed in 1.10.1,
but I went straight to the latest release).
@viovanov viovanov merged commit b9fa59d into develop Oct 31, 2018
@viovanov viovanov deleted the jandubois-switch-to-golang1.11.1 branch October 31, 2018 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants