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?
Any chance of seeing the full log of the fabric8-forge pod?
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?