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
The current version v0.3.0 on quay.io is compiled with a version of golang that is causing issues with intermediary certs. This effects people running prometheus-operator from the generated manifests
Logs from the proxy running in a node-exporter pod:
config.go:330] Expected to load root CA config from /var/run/secrets/kubernetes.io/serviceaccount/ca.crt, but got err: error reading /var/run/secrets/kubernetes.io/serviceaccount/ca.crt: x509: cannot parse dnsName "Self-Signed Root CA for all Dev Kubernetes Clusters"
The current version v0.3.0 on quay.io is compiled with a version of golang that is causing issues with intermediary certs. This effects people running prometheus-operator from the generated manifests
Logs from the proxy running in a
node-exporter
pod:The golang issue: golang/go#23995 (comment)
As a result Kubernetes go client has experienced these issues: kubernetes/client-go#371.
I can confirm rebuilding
kube-rbac-proxy
withmake container
(now using go v1.10.3) fixes the issue.Tested on Kubernetes version:
The text was updated successfully, but these errors were encountered: