CoreDNS does not trust/is not using k8s API certs #8866
Labels
area/cni
CNI support
kind/support
Categorizes issue or PR as a support question.
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Steps to reproduce the issue:
CoreDNS logs:
E0728 18:10:30.158244 1 reflector.go:153] pkg/mod/k8s.io/client-go@v0.17.2/tools/cache/reflector.go:105: Failed to list *v1.Endpoints: Get https://10.96.0.1:443/api/v1/endpoints?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout I0728 18:10:30.159403 1 trace.go:116] Trace[1168565194]: "Reflector ListAndWatch" name:pkg/mod/k8s.io/client-go@v0.17.2/tools/cache/reflector.go:105 (started: 2020-07-28 18:10:00.159129253 +0000 UTC m=+408.715178072) (total time: 30.000258015s): Trace[1168565194]: [30.000258015s] [30.000258015s] END E0728 18:10:30.159412 1 reflector.go:153] pkg/mod/k8s.io/client-go@v0.17.2/tools/cache/reflector.go:105: Failed to list *v1.Namespace: Get https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout [INFO] plugin/ready: Still waiting on: "kubernetes" [INFO] plugin/ready: Still waiting on: "kubernetes"
kube-api logs:
{"log":"I0728 18:14:21.306300 1 log.go:172] http: TLS handshake error from x.x.x.x:33834: remote error: tls: unknown certificate authority\n","stream":"stderr","time":"2020-07-28T18:14:21.306477746Z"} {"log":"I0728 18:14:33.237964 1 log.go:172] http: TLS handshake error from x.x.x.x:33878: remote error: tls: unknown certificate authority\n","stream":"stderr","time":"2020-07-28T18:14:33.238144702Z"}
FYI: I am using the latest Cilium version for my CNI plugin.
Versions:
The text was updated successfully, but these errors were encountered: