jx: failed to run 'helm repo add jenkins-x https://storage.googleapis.com/chartmuseum.jenkins-x.io'

Summary

I am try to create jx cluster locally with minikube. I have install minikube successfully, but i always failure by helm repo connection or some unclear reason.

by the way, I am in China

Steps to reproduce the behavior

jx install --provider='minikube'

Expected behavior

jx create cluster successfully

Actual behavior

Jx version

The output of jx version is:

NAME VERSION jx 2.0.324 Kubernetes cluster v1.12.6-aliyun.1 kubectl v1.15.0 helm client v2.14.1+g5270352 helm server v2.11.0+g2e55dbe git git version 2.21.0.windows.1 Operating System Windows 10 Pro 1903 build 18362

COPY OUTPUT HERE

FATAL: helm init failed: after 3 attempts, last error: failed to run ‘helm repo add jenkins-x https://storage.googleapis.com/chartmuseum.jenkins-x.io’ command in directory ‘’, output: ‘Error: Looks like “https://storage.googleapis.com/chartmuseum.jenkins-x.io” is not a valid chart repository or cannot be reached: Get https://storage.googleapis.com/chartmuseum.jenkins-x.io/index.yaml: dial tcp 172.217.24.16:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.’

Jenkins type

  • Next Generation (Tekton + Prow)
  • [x ] Classic Jenkins
  • Serverless Jenkins (JenkinsFileRunner + Prow)

Kubernetes cluster

Create with command minikube start

Operating system / Environment

Operating System Windows 10 Pro 1903 build 18362

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 15 (7 by maintainers)

Most upvoted comments

gcr.io/jenkinsxio/prow/crier:v20190510-3f2c8d788 这个镜像我们是下载不下来的。 然后gcr.azk8s.cn这个源是gcr.io 的镜像。

docker pull gcr.azk8s.cn/jenkinsxio/prow/crier:v20190510-3f2c8d788
docker tag gcr.azk8s.cn/jenkinsxio/prow/crier:v20190510-3f2c8d788 gcr.io/jenkinsxio/prow/crier:v20190510-3f2c8d788

@Booooooger

docker pull gcr.azk8s.cn/jenkinsxio/prow/crier:v20190510-3f2c8d788

然后打tag