0

I am learning Kubernetes and in the process I realized I would like to use cert-manager. I guess I set up something wrong somehow, I have no clue what.

When I install cert-manager (version 0.15.0-beta.0) using the standard manifests (as described here) and then test it using the explanations here, I get the following two error messages :

Error from server (InternalError): error when creating "test-resources.yaml": Internal error occurred: failed calling webhook "webhook.cert-manager.io": Post https://cert-manager-webhook.cert-manager.svc:443/mutate?timeout=30s: context deadline exceeded
Error from server (InternalError): error when creating "test-resources.yaml": Internal error occurred: failed calling webhook "webhook.cert-manager.io": Post https://cert-manager-webhook.cert-manager.svc:443/mutate?timeout=30s: context deadline exceeded

How can I diagnose the issue ?

EDIT :

I found the culprit. Seems calico is not working properly in my set up. The nodes are saying :

Readiness probe failed: calico/node is not ready: BIRD is not ready: BGP not established with 94.130.XXX.XXX2020-05-05 18:33:17.089 [INFO][216] health.go 156: Number of node(s) with BGP peering established = 0

Tried netcat from one node to the other on port 179 and it says the connection succeeded. I guess I'll dig in that direction now.

  • It seems something wrong with your Kubernetes cluster network. Where are running your Kubernetes cluster? Is it configured properly? – hariK May 05 '20 at 16:52
  • It's running on a Linux server. I have just one master node and one other node for now. I configured it with kubeadm – Julien Debache May 05 '20 at 17:58
  • Does this answer your question? [calico/node is not ready: BIRD is not ready: BGP not established](https://stackoverflow.com/questions/54465963/calico-node-is-not-ready-bird-is-not-ready-bgp-not-established) – user4157124 May 05 '20 at 20:27
  • 1
    Yes I actually answered my own question saying it does, but someone deleted my post for some reason... – Julien Debache May 06 '20 at 08:19

0 Answers0