Open pourgholi opened 4 years ago
can you check the log of one of the jx boot pod ? Do you also get the same error as below ?
kubectl get po -n jx-git-operator
NAME READY STATUS RESTARTS AGE
jx-boot-fd510dbd-a84e-4b48-b597-8c67184ca3aa-k6dj8 0/1 Init:Error 0 15s
jx-boot-fd510dbd-a84e-4b48-b597-8c67184ca3aa-vqp42 0/1 Init:Error 0 25s
jx-boot-fd510dbd-a84e-4b48-b597-8c67184ca3aa-wndpz 0/1 Init:Error 0 2m17s
jx-git-operator-78f4454fbf-9vqpb 1/1 Running 0 3m11s
kubectl logs -f jx-boot-fd510dbd-a84e-4b48-b597-8c67184ca3aa-k6dj8 -c git-clone
WARNING: could not default pipeline user/email from requirements as file does not exist: jx-requirements.yml setup git user email jenkins-x@googlegroups.com generated Git credentials file: /workspace/xdg_config/git/credentials with username: robo-user email: no custom git initialisation scripts ran git init commands: echo 'no custom git initialisation scripts' error: failed to git clone URL https://github.com/my-org/jx3-minikube.git to dir source: failed to clone repository https://github.com/my-org/jx3-minikube.git to directory: source: failed to run 'git clone https://github.com/my-org/jx3-minikube.git source' command in directory '.', output: 'Cloning into 'source'... fatal: unable to access 'https://github.com/my-org/jx3-minikube.git/': Could not resolve host: github.com'
Hi, I followed the steps here: https://jenkins-x.io/docs/v3/guides/operator/ I did also the required steps before.
Minikube Version is:
OS version is:
As mentioned i follow the steps (and did also the required steps before): minikube start --cpus 4 --memory 8048 --disk-size=100g --addons=ingress --vm=true
And then jx admin operator
In paralell I kubectl logs -f ed the corresponding pod jx-boot-eeff3bfcd617ced3b85b1ba-9qg99 and the out put was:
as we see the following message repeats
Is this issue known ?