Instructions for using external etcd cluster are incomplete #2941
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/documentation
Categorizes issue or PR as related to documentation.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
What steps did you take and what happened:
I followed the instructions found at https://github.com/kubernetes-sigs/cluster-api/blob/master/bootstrap/kubeadm/docs/external-etcd.md and noted several errors in the document:
kubectl create secret
commands references the etcd server certificate and key, but it should reference the etcd CA.kubectl create secret tls
command requires both certificate and key, but one of the commands references only the certificate.What did you expect to happen:
I expected the instructions to provide correct information on how to use an external etcd cluster with Cluster API.
Anything else you would like to add:
I have only tested this process using CAPA (so far).
Environment:
kubectl version
): v1.16.4 (management cluster), v1.17.3 (workload cluster)/etc/os-release
): Ubuntu 18.04/kind bug
The text was updated successfully, but these errors were encountered: