前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >K8s初始化遇到的一个错误:x509: certificate has expired or is not yet valid: current time

K8s初始化遇到的一个错误:x509: certificate has expired or is not yet valid: current time

作者头像
院长技术
发布2021-04-30 15:45:53
4K0
发布2021-04-30 15:45:53
举报
文章被收录于专栏:院长运维开发院长运维开发

初始化过程

代码语言:javascript
复制
[12:19:42root@k8s-master1 ~]#kubeadm init --config=kubeadm-config.yaml
W0429 12:19:55.473821   16375 configset.go:348] WARNING: kubeadm cannot validate component configs for API groups [kubelet.config.k8s.io kubeproxy.config.k8s.io]
[init] Using Kubernetes version: v1.19.10
[preflight] Running pre-flight checks
    [WARNING IsDockerSystemdCheck]: detected "cgroupfs" as the Docker cgroup driver. The recommended driver is "systemd". Please follow the guide at https://kubernetes.io/docs/setup/cri/
error execution phase preflight: [preflight] Some fatal errors occurred:
    [ERROR ExternalEtcdVersion]: Get "https://42.51.80.237:2379/version": x509: certificate has expired or is not yet valid: current time 2021-04-29T12:20:11+08:00 is before 2021-04-29T08:50:00Z
    [ERROR ExternalEtcdVersion]: Get "https://42.51.80.238:2379/version": x509: certificate has expired or is not yet valid: current time 2021-04-29T12:20:26+08:00 is before 2021-04-29T08:50:00Z
    [ERROR ExternalEtcdVersion]: Get "https://42.51.80.239:2379/version": x509: certificate has expired or is not yet valid: current time 2021-04-29T12:20:41+08:00 is before 2021-04-29T08:50:00Z
[preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`
To see the stack trace of this error execute with --v=5 or higher

原因

代码语言:javascript
复制
etcd我采用的是外置,发现etcd集群时间和k8s集群时间不一致导致的

同步时间

代码语言:javascript
复制
timedatectl set-timezone Asia/Shanghai
chronyc -a makestep
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2021-04-29,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 初始化过程
  • 原因
  • 同步时间
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档