我使用docker和kubernetes进行部署。当我尝试通过运行kubectl apply -f project.yaml来部署project.yaml文件时,我收到错误Unable to connect to the server: x509: certificate has expired or is not yet valid
。
我在这里发现https://github.com/kubernetes/kubernetes/wiki/Debugging-FAQ
这是时钟问题,但我不知道如何将本地时钟与服务器1同步。我尝试将本地时钟设置为英国时间(服务器位置),但它确实无效。