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

Chart not available anymore #1401

Closed
aggarwala3 opened this issue May 14, 2024 · 2 comments
Closed

Chart not available anymore #1401

aggarwala3 opened this issue May 14, 2024 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@aggarwala3
Copy link

Chart doesnt look to be available anymore at https://kubernetes-sigs.github.io/descheduler/

What version of descheduler are you using?
descheduler version: 0.29.9

Does this issue reproduce with the latest release?

Which descheduler CLI options are you using?
Trying to install using terraform provider

Please provide a copy of your descheduler policy config file

What k8s version are you using (kubectl version)?

kubectl version Output
$ kubectl version
1.25

What did you do?
Simply trying to install descheduler on target cluster; which was working till yesterday but today onwards Chart isnt available anymore.

What did you expect to see?
Descheduler chart to be installed, like it was working till yesterday

What did you see instead?
Error

│ Error: could not download chart: Chart.yaml file is missing
@aggarwala3 aggarwala3 added the kind/bug Categorizes issue or PR as related to a bug. label May 14, 2024
@damemi
Copy link
Contributor

damemi commented May 14, 2024

Works for me:

$ helm repo add descheduler https://kubernetes-sigs.github.io/descheduler/
"descheduler" has been added to your repositories
$ helm install my-descheduler descheduler/descheduler --version 0.29.0
NAME: my-descheduler
LAST DEPLOYED: Tue May 14 16:49:06 2024
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Descheduler installed as a CronJob.

From https://artifacthub.io/packages/helm/descheduler/descheduler. Maybe there is a cache issue with your local helm? (or maybe mine)

@sarg3nt
Copy link

sarg3nt commented May 16, 2024

@aggarwala3 This is a known bug in the upstream helm provider if you have a folder in your project named the same as the chart. Make sure you do not have a descheduler folder and it should work fine.
Yes, the error is stupid.

@damemi damemi closed this as completed May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants