anmoel / ansible-role-kubernetes

An ansible role to install an HA Kubernetes cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to connect to the server: x509: certificate is valid for [fixed SAN ips]

oswalya opened this issue · comments

After the installation was successful, the allowed host SANs are set to kubernetes_etcd_*_cert_sans.
1.)
This prevents us from setting further SAN entries (e.g for other remote control hosts)
2.)
Maybe we should split etcd and kubeadm anyway, as we might have seperate certs for etcd later on.