我使用以下命令创建EKS集群:
eksctl create cluster --name cqpocsefkdemo --node-type t2.micro --nodes 3 --nodes-min 3 --nodes-max 5 --region us-east-1 --zones us-east-1a,us-east-1b,us-east-1c,us-east-1d,us-east-1f但是我得到了我无法解决的错误,错误看起来如下:
SDK 2022/04/15 19:20:50调试请求失败:不可还原错误https响应错误StatusCode: 403,RequestID: 56fa150b-5c94-499f-be10-d9a318557f15,api错误SignatureDoesNotMatch:签名过期: 20220415T135049Z现在早于20220415T143550Z (20220415T1450Z- 15分钟)。
错误:无法获得当前会话的角色ARN :操作错误STS: GetCallerIdentity,https响应错误StatusCode: 403,RequestID: 56fa150b-5c94-499f-be10-d9a318557f15,api错误SignatureDoesNotMatch:签名过期: 20220415T135049Z现在早于20220415T143550Z (20220415T1450Z- 15分钟)。
发布于 2022-04-15 15:34:02
发生此错误是因为系统时间不同步,因此我通过转到windows设置并同步我的日期和时间来解决此错误。
https://stackoverflow.com/questions/71885550
复制相似问题