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

Updating load-balancer-controller CRDs is failing to find the repository #1033

Closed
robert-hunter-nes opened this issue Dec 1, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@robert-hunter-nes
Copy link

robert-hunter-nes commented Dec 1, 2023

Describe the bug
Running the command to update the CRDs is returning an error saying that it can't find the repository.

I was using the command here.

Steps to reproduce
The command I am running and the results are below

$ kubectl apply -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller//crds?ref=v0.0.154"
error: failed to run '/opt/homebrew/bin/git fetch --depth=1 https://github.com/aws/eks-charts/stable/aws-load-balancer-controller v0.0.154': remote: Not Found
fatal: repository 'https://github.com/aws/eks-charts/stable/aws-load-balancer-controller/' not found
: exit status 128

Expected outcome
The charts should update successfully.

Environment

  • Chart name: aws-load-balancer-controller
  • Chart version: v0.0.154
  • Kubernetes version: 1.27
  • Using EKS (yes/no), if so version? v1.27.7-eks-4f4795d

Additional Context:
This has worked before and stopped working on Wednesday morning (29/11).

@robert-hunter-nes robert-hunter-nes added the bug Something isn't working label Dec 1, 2023
@robert-hunter-nes
Copy link
Author

Just realised it seems to be because of the extra forward slash before "crds" in the address, the below works OK.

$ kubectl apply -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller/crds?ref=v0.0.154"

@bryantbiggs
Copy link
Member

resolved in #1048

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