摘要:
证书过期 [root@k8s-master ~]# kubectl get pods Unable to connect to the server: x509: certificate has expired or is not yet valid 查看证书的生效日期(发现已经过期) [root@ 阅读全文
摘要:
go path gopath 在project这样设置 go mod 为避免与gopath冲突 GOROOT 这样设置 go module 设置 随后执行 go mod init +projectname and go mod tidy 创建一个tt的directory 在该目录下面create 随 阅读全文