ETCD 问题汇总

Posted 张志翔 ̮

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ETCD 问题汇总相关的知识,希望对你有一定的参考价值。

1、Error while dialing dial tcp 10.125.31.81:2379: connect: connection refused,Error: context deadline exceeded

原因:

k8s现在使用的是etcd v3,必须提供ca、key、cert,否则会出现Error: context deadline exceeded,加--endpoint参数时,默认访问的127.0.0.1:2379,而使用–endpoint参数时,必须提供ca,key,cert。

解决方案:

使用IP访问ETCD的时候,带上CA证书等参数,图示如下:

这样就正常了。

以上是关于ETCD 问题汇总的主要内容,如果未能解决你的问题,请参考以下文章

Kubernetes学习总结——Kubernetes 常见面试题汇总

Kubernetes之核心组件ETCD介绍

k8s 中 etcd ca证书问题 - 未授权机构签发

Failed to reconcile etcd plane: Failed to add etcd member [etcd-server05] to etcd cluster

搭建etcd集群

搭建etcd集群