-
Notifications
You must be signed in to change notification settings - Fork 198
jenkins-x installation using helm troubleshoot #1211
Comments
we recommend using the jx cli to create clusters or install on an existing one. This will setup the local helm repos, secrets, environments and much more https://jenkins-x.io/getting-started/ |
Thnx rawlingsj for your help. whene i run |
if i skip ingress using
|
Hmm are you behind a proxy? I'm able to hit that URL here https://chartmuseum.build.cd.jenkins-x.io/health |
exact i'm behind a proxy. thnx mister 👍 |
Now i play the release.sh script manually. here is detailed results :
what it can be the root cause of unreachable state of jx and chartmuseum repos, in the same time stable , incubator and monocular worked fine ? thnx for your precious help |
looks like the ones that failed are http and not https, needs a cleanup on our side but shouldn't affect anything |
OK thnx mister James |
you're welcome :) |
Hi, Arhe, Cheers, |
@rawlingsj How to "setup the local helm repos, secrets, environments" on an existing cluster. I setup jx using the cli using an older machine, but on a different box now. I tried Is there like a |
try if
but we should fix |
@jstrachan thanks I will test it first thing tomorrow morning, and reply here. In the meantime, I see that my old box everything works fine. So clearly not a jx server side issue. I will not do |
I am getting the following: Error: configuring the Jenkins X helm repository: failed to add the jenkinx-x helm repo: failed to add the repository 'jenkins-x' with URL 'http://chartmuseum.jenkins-x.io': failed to run 'helm repo add jenkins-x http://chartmuseum.jenkins-x.io' command in directory '', output: 'Error: Looks like "http://chartmuseum.jenkins-x.io" is not a valid chart repository or cannot be reached: Failed to fetch http://chartmuseum.jenkins-x.io/index.yaml : 403 Forbidden' |
Hello,
i'm trying to install jenkins-x using helm with the command :
helm install jenkins-x/jenkins-x-platform --name jenkins-x -f ./jx-values.yaml --values=~/.jx/gitSecrets.yaml --namespace=testing
i've the error :
Error: failed to download "jenkins-x/jenkins-x-platform"
any help please ?
The text was updated successfully, but these errors were encountered: