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

Kubecost chart failing to download #913

Closed
espuuks opened this issue Aug 30, 2022 · 5 comments · Fixed by #915
Closed

Kubecost chart failing to download #913

espuuks opened this issue Aug 30, 2022 · 5 comments · Fixed by #915

Comments

@espuuks
Copy link

espuuks commented Aug 30, 2022

When running the example "eks-cluster-with-new-vpc" and deploying the add-ons with "terraform apply -target="module.eks_blueprints_kubernetes_addons"" I am experiencing an error during the kubecost chart download:

Error: could not download chart: failed to download "oci://public.ecr.aws/kubecost/cost-analyzer/cost-analyzer" at version "1.96.0"

with module.eks_blueprints_kubernetes_addons.module.kubecost[0].module.helm_addon.helm_release.addon[0],
on ../../modules/kubernetes-addons/helm-addon/main.tf line 1, in resource "helm_release" "addon":
1: resource "helm_release" "addon" {

The download link looks strange, with "cost-analyzer" duplicated. How can I fix this?

@florentio
Copy link
Contributor

Hello @espuuks this issue should be fixed once we merge this #915

@ZeroDeth
Copy link

Hi still facing the same error with v4.11.0. Thanks

  enable_kubecost = true
  kubecost_helm_config = {
    name = "kubecost"
    # repository = "oci://public.ecr.aws/kubecost"
    # repository = "https://kubecost.github.io/cost-analyzer"
    # chart     = "cost-analyzer"
    version   = "1.97.0"
    namespace = "kubecost"
  }

CleanShot 2022-09-30 at 13 40 11

@ZeroDeth
Copy link

My bad, terminal issues - working now. thanks

@alejandraRamos
Copy link

Hi still facing the same error with v4.11.0. Thanks

What terminal problem did you have? I'm having the same error @ZeroDeth

@ZeroDeth
Copy link

ZeroDeth commented Jan 23, 2023

@alejandraRamos switched from fish to zsh (worked), but now most of the helm is not downloading from pipeline & local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants