volcano: Getting 404 during `helm repo add volcano https://volcano-sh.github.io/charts`

What happened: When I run helm repo add volcano https://volcano-sh.github.io/charts I get a 404. Going to https://volcano.sh.github.io in a browser also gives a 404.

What you expected to happen: The repo should get added correctly to helm.

How to reproduce it (as minimally and precisely as possible): Just run helm repo add volcano https://volcano-sh.github.io/charts

Anything else we need to know?:

Environment:

  • Volcano Version:
  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 17 (11 by maintainers)

Most upvoted comments

I’ve got a helm chart that I put together for my own purposes. It’s not great but it works. It doesn’t provide configuration for everything that it could, but it’s a starting point that I plan to keep developing. It’s also not documented at all yet. You can find it here if you’re interested: https://github.com/jsolbrig/volcano_chart

I give no guarantees on how it will work for you. If you find problems, please let me know. You might want to try the

I based some of the chart’s conventions off of the kube-prometheus-stack chart.

@Thor-wl Do you think that what I’ve put together would be of interested to the Volcano project, or is there something in the works as part of Summer 2022? I’d be happy to keep working on this chart, hear feedback, and offer to maintain it.