spinnaker / halyard:无法在GKE上部署应用大三角帆

时间:2018-04-18 19:50:10

标签: kubernetes spinnaker google-kubernetes-engine

我正在按照步骤将其写成官方教程Try out Halyard on GKE

我正在尝试部署步骤,但hal deploy apply无效。

我运行了这个命令,它没有返回如下所示的错误。

hal config deploy edit     --account-name my-k8s-account     --type distributed

+ Get current deployment
  Success
+ Get the deployment environment
  Success
- No changes supplied.

执行此命令后,我运行了此命令hal deploy apply。 但是Prep deployment失败并返回此错误。

! ERROR Unable to communicate with your Kubernetes cluster: Failure
  executing: GET at: https://35.200.120.197/api/v1/namespaces. Message: 
  Forbidden!
  User gke_helm-gke-test_asia-northeast1-b_helm-test doesn't have permission.
  namespaces is forbidden: User "client" cannot list namespaces at the cluster
  scope: Unknown user "client"..

我该如何解决这个问题?

我的hal版本是

$ hav -v
0.48.1-20180413145934

1 个答案:

答案 0 :(得分:0)

我们聊天室的用户说这个帖子帮助他解决了类似的RBAC身份验证问题:https://github.com/spinnaker/spinnaker/issues/2421