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

独自空忆成欢 提交于 2019-12-11 06:41:32

问题


I am working with kubernetes on google cloud, I have created a fabric8 cluster: http://fabric8.io/guide/getStarted/gke.html

when the cluster is up and running i pull remote repositories and it works but when i try create a new app and i get the following msg:

The last operation resulted in the following error:

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

can any body help me understand what this error means?


回答1:


Any chance of seeing the full log of the fabric8-forge pod?

kubectl logs fabric8-forge-xxxx

Were you creating a project using the wizard using the gogs git server or did you try to import a project from an external git repository?



来源:https://stackoverflow.com/questions/39066599/fabric8-the-last-operation-resulted-in-the-following-error-unauthorized

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!