kubeflow/spark-operator

Documentation is not upto date

Closed this issue · 4 comments

The repository for the Spark operator has transitioned from its original location at googlecloudplatform.github.io/spark-on-k8s-operator to github.com/kubeflow/spark-operator/. However, the documentation has not been updated to reflect this change, leading to difficulties in utilizing the operator due to outdated instructions and links.

sharan@sharan:~/Documents/vs_code/Z_COmmands/Kind-test$ helm repo add spark-operator https://github.com/kubeflow/spark-operator/releases/tag/spark-operator-chart-1.1.26
Error: looks like "https://github.com/kubeflow/spark-operator/releases/tag/spark-operator-chart-1.1.26" is not a valid chart repository or cannot be reached: error converting YAML to JSON: yaml: line 180: mapping values are not allowed in this context

I experience the same:

$ helm repo add spark-operator https://googlecloudplatform.github.io/spark-on-k8s-operator
Error: looks like "https://googlecloudplatform.github.io/spark-on-k8s-operator" is not a valid chart repository or cannot be reached: failed to fetch https://googlecloudplatform.github.io/spark-on-k8s-operator/index.yaml : 404 Not Found

This works:

helm repo add spark-operator https://kubeflow.github.io/spark-operator/

from #1940:

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it.