You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to delete the package repository, the cli hangs
kctrl package repository delete -r sample-repo ░▒▓ 1 х │ 11s │ 04:06:12 PM ▓▒░
Target cluster 'https://127.0.0.1:63188' (nodes: cluster2-control-plane)
Deleting package repository 'sample-repo' in namespace 'default'
Continue? [yN]: y
4:07:31PM: Waiting for package repository reconciliation for 'sample-repo'
while the package repository object is already deleted.
kctrl package repository get -r sample-repo ░▒▓ 1 х │ 04:08:29 PM ▓▒░
Target cluster 'https://127.0.0.1:63188' (nodes: cluster2-control-plane)
kctrl: Error: packagerepositories.packaging.carvel.dev "sample-repo" not found
What happened:
[A small description of the issue]
What did you expect:
[A description of what was expected]
I expect kctrl to exit smoothly on deleting package repository.
Anything else you would like to add:
[Additional information that will assist in solving the issue.]
Environment:
kapp Controller version (execute kubectl get deployment -n kapp-controller kapp-controller -o yaml and the annotation is kbld.k14s.io/images):
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.
The text was updated successfully, but these errors were encountered:
What steps did you take:
[A clear and concise description steps that can be used to reproduce the problem.]
Adding a package repository for which the image package bundle url is invalid.
When I try to delete the package repository, the cli hangs
while the package repository object is already deleted.
What happened:
[A small description of the issue]
What did you expect:
[A description of what was expected]
I expect kctrl to exit smoothly on deleting package repository.
Anything else you would like to add:
[Additional information that will assist in solving the issue.]
Environment:
kubectl get deployment -n kapp-controller kapp-controller -o yaml
and the annotation iskbld.k14s.io/images
):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.
The text was updated successfully, but these errors were encountered: