通过 date 获得时间都是:2017-08-14
# 机器 A
openssl x509 -noout -text -in kubernetes.pem
Validity
Not Before: Aug 14 10:17:00 2017 GMT
Not After : Aug 12 10:17:00 2027 GMT
# 机器 B
openssl x509 -noout -text -in kubernetes.pem
Validity
Not Before: Oct 8 06:25:00 2017 GMT
Not After : Oct 6 06:25:00 2027 GMT
同样的命令生成证书的[Kubernetes 中文指南 /实践手册]( https://github.com/rootsongjc/kubernetes-handbook)
另外机器 B k8s 提示 x509: certificate has expired or is not yet valid
是不是机器 B 有问题,求指点
1
matsuz 2017-08-14 19:35:21 +08:00
你机器 B 的证书有效时间不对啊
Not Before: Oct 8 06:25:00 2017 GMT |