-
Notifications
You must be signed in to change notification settings - Fork 790
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
what is jenkins password? #607
Comments
At the end of If you have lost that you can also check your local |
jx install was faild ,but the jx pod is running in my kubernetes cluster. Thank you for your help , I find the password in this path /root/.jx/adminSecrets.yaml. Thank you |
OK - BTW why did the install fail? If it did not complete successfully you may run into issues. |
jx install --provider=kubernetes --skip-ingress The error information Cloning the Jenkins X cloud environments repo to /root/.jx/cloud-environments |
@Jacky2 ah were you on premise maybe? Things normally download pretty snappily on the cloud. BTW you can specify the admin password on the CLI via |
Ok thanks - looks like the exposecontroller job failed to create ingress rules but I'm guessing because you disabled the nginx controller with the |
@jstrachan oh, Thank you very mach. I dont know this parameter before you tell me |
@rawlingsj because I have nginx-ingress-controller in my kubernetes cluster, I want use this ingress . so I use --skip-ingress and after jenkins-x install success I will config jenkins service into the nginx-ingress-controller |
Ok FWIW I think if you had provided the For example:
|
Oh, thank you. But jenkins-x has multiple services. Do I want to set up different domains for every service? |
You can use one single domain that has wildcard dns setup. Then exposecontroller will generate a hostname for each application / service using the app name, namespace and then your domain. e.g. |
Oh, Thanks. I'll try it. |
@rawlingsj @jstrachan |
Good idea - FAQ updated https://jenkins-x.io/troubleshooting/faq/ |
I suggest we organ into serval sections, like: |
Sounds good - fancy popping a suggestion in as a Pull Request? The FAQ page can be found here https://github.com/jenkins-x/jx-docs/blob/master/content/troubleshooting/faq.md |
I already create a PR and merge into master. But it's a Chinese version. |
I have installed jenkins-x and it generated a password as well, but when i am login in to jenkins using admin and a password generated it fails with incorrect password. i have verified the password at jenkinsAuth.yaml file which is same. |
I have noticed when I get jx installed in one machine, with gke etc, for first time, everything seems ok, then when I try to setup jx in another machine but still using the same gloud, kubernetes etc, the Jenkins password is changed, I got a new one and I'm not able to login at more, with the previous one or new one, even getting the password from files mentioned above, still not working anymore, seems the password has been ruined for some reason. This is happening all the time when I tried to setup jx in a new machine based on a existing setup mande before, any suggestion? btw, I do use jx install in the second machine. |
I install jenkins-x to my kubernetes cluster,but open the jenkins url must input username and password??
what's the username and password?
The text was updated successfully, but these errors were encountered: