fluid
fluid copied to clipboard
[DOC] Helm chart repo Bad gateway
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
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"}
@Sharathmk99 I guess the 502 bad gateway is because of the reliability of github repo. Can you retry it?
It works for me too