New experimental-upload-certs flag handling of external etcd certs #1472
Labels
area/HA
kind/bug
Categorizes issue or PR as related to a bug.
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 keywords did you search in kubeadm issues before filing this one?
experimental
external etcd
Is this a BUG REPORT or FEATURE REQUEST?
Choose one: BUG REPORT
Versions
kubeadm version (use
kubeadm version
): 1.14Environment:
kubectl version
): 1.14uname -a
): 3.10.0-957.5.1.el7.x86_64What happened?
I have a cluster utilizing an external etcd cluster. I attempted to add a second control plane node with the
--certificate-key
flag. The join fails with:If I skip the
ExternalEtcdClientCertificates
andExternalEtcdVersion
preflight checks, the join works and the external etcd certs/keys are properly copied over.What you expected to happen?
I shouldn't have to skip those checks if using the new experimental-upload-certs and cert-key flags/features.
How to reproduce it (as minimally and precisely as possible)?
Init a cluster with the
--experimental-upload-certs
flag that is using an external etcd cluster then use the control plane join command from the output to try to join another control plane node.Anything else we need to know?
The text was updated successfully, but these errors were encountered: