Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in installation: jx-build-controller and nexus #8030

Closed
BigFatDog opened this issue Dec 28, 2021 · 2 comments
Closed

error in installation: jx-build-controller and nexus #8030

BigFatDog opened this issue Dec 28, 2021 · 2 comments

Comments

@BigFatDog
Copy link

BigFatDog commented Dec 28, 2021

Hello, could you please help me with this?

I'm installing jx3 on bare metal k8s v1.21.5 and find the following problems:

  1. jx-build-controller uses incorrect git repo

I'm hosting operator on gitee other than github, but jx-build-controller is still using github while the other pods are using gitee url correctly:

The correct one:

https://${user}:${token}@gitee.com/exceeddata/jx4.git

but jx-build-controller pod shows errors of cloning code from a github repo:

https://${user}:${token}@github.com/exceeddata/jx4.git

How should I fix this?

  1. I configured jx-requirements.yaml to use nexus as repo:
...
repository: nexus
...

Now I can see only nexus ingress in jx namespace, but no resources(svc, pods, etc) associated.

  1. Other observations:
    All other pods are running, all jobs in jx-git-operator succeeded.
@ankitm123
Copy link
Member

ankitm123 commented Dec 28, 2021

Did u set the gitprovider in the requirements file to gitee? I know we dont support gitee yet though, see: jenkins-x/go-scm#307

@BigFatDog
Copy link
Author

i see. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants