问题
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