carvel-dev / carvel-dev/kapp-controller
Various small enhancements to packaging
- Dominant language
- Go
- Stars
- 323
- Forks
- 127
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 4
Description
**Describe the problem/challenge you have**
- [x] package install wont reconcile changes to app (eg spec.canceled/spec.paused) so that app can actually get deleted
- [ ] package install immediately is considered as ReconcileFailed when it previously failed, and change was made to package install. when change to the app kicks in, package install will flip to Reconciling and ReconcileSucceeded if app succeeds. (this makes kapp deploy fail waiting for PackageInstalls that were already in failing state, even if change is actually going to fix it)
- [x] [investigate] repo deploy is for some reason taking a bit of time (https://gist.github.com/cppforlife/39505210bfdf6f3cb69a7de2671b9ae3#file-slow-yml-L92-L117) -- this is related to default kube-api-burst/kube-api-qps configured for PackageRepo deployment
---
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.
Contributor guide
Assessment
This issue has not been assessed yet.