AWS - Codebuild 失败的问题

AWS - Issues with Codebuild failure

我正在尝试使用 AWS 为我的在线课程部署 Flask 应用程序。所以我目前正在尝试 运行 AWS codebuild 但是我的构建在尝试 运行 我的 buildspec.yml 中的 kubectl apply -f simple_jwt_api.yml 命令后在 POST BUILD 阶段一直失败文件。我得到的错误是:

Error: you must be logged into the server ( the server has asked for the client to provide credentials)

这是我的 buildspec.yml 文件中的代码:

有谁知道我该如何解决这个问题?

已编辑:

按照 https://aws.amazon.com/premiumsupport/knowledge-center/eks-api-server-unauthorized-error/

上的说明,问题得到解决