Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] make helm is failing on master #5055

Closed
2 tasks done
eapolinario opened this issue Mar 14, 2024 · 2 comments
Closed
2 tasks done

[BUG] make helm is failing on master #5055

eapolinario opened this issue Mar 14, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@eapolinario
Copy link
Contributor

Describe the bug

make helm fails with:

❯ make helm
...
Save error occurred:  could not find : chart spark-operator not found in https://googlecloudplatform.github.io/spark-on-k8s-operator: 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
Error: could not find : chart spark-operator not found in https://googlecloudplatform.github.io/spark-on-k8s-operator: 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
make: *** [helm] Error 1

The spark-on-k8s-operator helm chart is no longer valid.

Expected behavior

make helm should always succeed.

Additional context to reproduce

No response

Screenshots

No response

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@eapolinario eapolinario added bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers labels Mar 14, 2024
Copy link

dosubot bot commented Mar 14, 2024

Hey @eapolinario, great to see you back on deck! Hope you're ready to dive into another adventure with us. 🚀

Thank you for bringing this to our attention. The issue you're experiencing is due to a recent change in the location of the spark-on-k8s-operator Helm chart. The repository URL for the spark-on-k8s-operator Helm chart has been moved from https://googlecloudplatform.github.io/spark-on-k8s-operator to https://spark-operator.github.io/spark-operator. This change means that attempts to access the Helm chart using the old URL will result in a 404 Not Found error.

To resolve this issue, you should update the repository URL in your Chart.yaml file to the new location:

- name: spark-operator
  alias: sparkoperator
  version: 1.1.15
  repository: https://spark-operator.github.io/spark-operator
  condition: sparkoperator.enabled

You can find this in the charts/flyte-deps/Chart.yaml file.

Please note that the spark-operator dependency in the Flyte repository relies on the spark-on-k8s-operator helm chart. This is indicated by the repository URL https://googlecloudplatform.github.io/spark-on-k8s-operator associated with the spark-operator dependency in the Chart.yaml file. You can find this in the charts/flyte/Chart.yaml file.

I hope this helps! If you have any other questions or run into any other issues, please don't hesitate to ask.

Sources

About Dosu

This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

@eapolinario eapolinario removed the untriaged This issues has not yet been looked at by the Maintainers label Mar 14, 2024
@eapolinario eapolinario self-assigned this Mar 14, 2024
@lowc1012
Copy link
Contributor

lowc1012 commented Mar 14, 2024

root cause: kubeflow/spark-operator#1926
due to chart migration

pbrogan12 added a commit to pbrogan12/flyte that referenced this issue Mar 14, 2024
pbrogan12 added a commit to pbrogan12/flyte that referenced this issue Mar 14, 2024
davidmirror-ops pushed a commit that referenced this issue Mar 26, 2024
* fix rendering of flyte-core and flyteagent charts

Signed-off-by: Patrick Brogan <[email protected]>

* update to kubeflow spark-operator repo fixes #5055

Signed-off-by: Patrick Brogan <[email protected]>

---------

Signed-off-by: Patrick Brogan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants