Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Typha watches for changes in various resources, and does a fan-out to all calico-nodes, reducing the load on the Kubernetes API server.


Renewing Certificates

It is possible to renew all Kubernetes certificates using Kubeadm. The command below uses Certificate Authority (CA) to renew certificates stored in /etc/kubernetes/pki directory on each node in the cluster.

Code Block
languagebash
kubeadm certs renew


Warning

It's important to know that even after certificate renewal, any unexpired certificate that was produced previously can still be used unless CA is changed.