fluid icon indicating copy to clipboard operation
fluid copied to clipboard

[DOC] Helm chart repo Bad gateway

Open Sharathmk99 opened this issue 2 years ago • 3 comments

Provide a link to that doc page: https://github.com/fluid-cloudnative/fluid/blob/master/docs/en/userguide/get_started.md

What is the defect and your suggestions on improvement: Command helm repo add fluid https://fluid-cloudnative.github.io/charts results in Bad Gateway error,

Error: looks like "https://fluid-cloudnative.github.io/charts" is not a valid chart repository or cannot be reached: Get "https://fluid-cloudnative.github.io/charts/index.yaml": Bad Gateway

Sharathmk99 avatar Mar 17 '23 01:03 Sharathmk99

It works for me. Which version of helm in your env?

$ helm repo add fluid https://fluid-cloudnative.github.io/charts
"fluid" has been added to your repositories
$ helm version
version.BuildInfo{Version:"v3.6.2", GitCommit:"ee407bdf364942bcb8e8c665f82e15aa28009b71", GitTreeState:"clean", GoVersion:"go1.16.5"}

TrafalgarZZZ avatar Mar 17 '23 03:03 TrafalgarZZZ

@Sharathmk99 I guess the 502 bad gateway is because of the reliability of github repo. Can you retry it?

cheyang avatar Mar 18 '23 05:03 cheyang

It works for me too

wang-mask avatar Apr 19 '23 12:04 wang-mask