zhzhuang-zju
zhzhuang-zju
/close tracked by #5519
@liangyuanpeng there is a merge conflict
> I can without the certificate of etcd when I use kubeadm to configure external etcd, so I want to get the same experience here. @liangyuanpeng Is there an official...
> https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta3/#kubeadm-k8s-io-v1beta3-ExternalEtcd > > ExternalEtcd describes an external etcd cluster. Kubeadm has no knowledge of where certificate files live and they must be supplied. From the description, the certificate is...
From a security perspective, certifications are required if using a TLS connection. And from the official documentation of kubeadm or [k8s](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/), the certificates are provided when configuring `external etcd`. So...
> check the code and it's not required for certifications of external etcd. :/ get it. Given that the external etcd is managed by the users themselves, we are only...
@liangyuanpeng How's it going? Release 1.10 is coming soon~
@liangyuanpeng This PR consists of two parts actually as you mentioned in the PR description: - remove step `helm/kind-action` Just as you said, this CI is using the kubernetes from...