fabric8 -The last operation resulted in the following error: Unauthorized

fabric8 -The last operation resulted in the following error: Unauthorized

我正在 google 云上使用 kubernetes, 我创建了一个 fabric8 集群:http://fabric8.io/guide/getStarted/gke.html

当集群启动并且 运行 我拉取远程存储库并且它工作但是当我尝试创建一个新应用程序并且我收到以下消息:

上次操作导致以下错误:

Unauthorized

log:2016-08-21T16:39:07.505206481Z Both io.fabric8.forge.rest.git.RepositoriesResource#projectRepositoryResource and io.fabric8.forge.rest.git.RepositoriesResource#projectRepositoryResource are equal candidates for handling the current request which can lead to unpredictable results

任何人都可以帮助我理解这个错误的含义吗?

是否有机会看到 fabric8-forge pod 的完整日志?

kubectl logs fabric8-forge-xxxx

您是使用 gogs git 服务器使用向导创建项目还是尝试从外部 git 存储库导入项目?