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

Incorrect URL for kapp controller install instruction #1604

Closed
rashedkvm opened this issue Jul 26, 2024 · 1 comment
Closed

Incorrect URL for kapp controller install instruction #1604

rashedkvm opened this issue Jul 26, 2024 · 1 comment
Assignees
Labels
bug This issue describes a defect or unexpected behavior carvel-accepted This issue should be considered for future work and that the triage process has been completed good first issue An issue that will be a good candidate for a new contributor

Comments

@rashedkvm
Copy link

rashedkvm commented Jul 26, 2024

What steps did you take:

Install kapp controller using the install instruction found in the release note. https://github.com/carvel-dev/kapp-controller/releases/tag/v0.53.0

What happened:

kapp controller release.yml download returns 404

~ kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/v0.53.0/download/release.yml
Target cluster 'https://127.0.0.1:40355/' (nodes: test-control-plane)

kapp: Error: Requesting URL 'https://github.com/carvel-dev/kapp-controller/releases/v0.53.0/download/release.yml': 404 Not Found

What did you expect:

A successful install of kapp controller

Anything else you would like to add:
[Additional information that will assist in solving the issue.]

Looks the kapp controller download URL is flipped. It should be

https://github.com/carvel-dev/kapp-controller/releases/download/v0.53.0/release.yml

image

Environment:

  • kapp Controller version (execute kubectl get deployment -n kapp-controller kapp-controller -o yaml and the annotation is kbld.k14s.io/images): 0.53.0
  • Kubernetes version (use kubectl version)

Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.

@rashedkvm rashedkvm added bug This issue describes a defect or unexpected behavior carvel-triage This issue has not yet been reviewed for validity labels Jul 26, 2024
@praveenrewar
Copy link
Member

Thanks @rashedkvm! Looks like the bug is present in the url in the release notes template.

@praveenrewar praveenrewar added carvel-accepted This issue should be considered for future work and that the triage process has been completed and removed carvel-triage This issue has not yet been reviewed for validity labels Jul 28, 2024
@renuy renuy added the good first issue An issue that will be a good candidate for a new contributor label Aug 30, 2024
@renuy renuy closed this as completed Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue describes a defect or unexpected behavior carvel-accepted This issue should be considered for future work and that the triage process has been completed good first issue An issue that will be a good candidate for a new contributor
Projects
Archived in project
Development

No branches or pull requests

4 participants