mvallim / kubernetes-under-the-hood

This tutorial is someone planning to install a Kubernetes cluster and wants to understand how everything fits together.
https://mvallim.github.io/kubernetes-under-the-hood
BSD 3-Clause "New" or "Revised" License
472 stars 105 forks source link

Typo #130

Closed robinportigliatti closed 1 year ago

robinportigliatti commented 1 year ago

Hello,

It seems https://github.com/mvallim/kubernetes-under-the-hood/blob/master/documentation/ca-external-infrastructure.md?plain=1#L344 should be:

Create the intermediate `ca-certificate-manager` CA certificate chain

Since etcd-ca is already created at point 9.

Robin,