kapp
kapp copied to clipboard
kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label
**Describe the problem/challenge you have** The content of the Diff UI `--diff-ui-alpha` of `kapp 0.52.0` is super helpful, but not intuitive to read. **Describe the solution you'd like** @kumaritanushree explained...
**What steps did you take:** I currently use Kapp as a CI tool to manage lots of YAML files. I used `--wait=false` when I deleted the app because sometimes deleting...
**What steps did you take:** The Diff UI applies colour inconsistently when toggling groups. **What happened:** 📺 [screen recording](https://user-images.githubusercontent.com/1182927/185119569-f09d9e5a-e2ce-4b7e-bf63-cf3a30e619b4.mov)   from 0.20.0 to 0.21.0. Commits 73d21fd go.mod: update golang.org/x dependencies 643fd16 html: fix SOLIDUS '/' handling in attribute parsing 73e4b50 dns/dnsmessage: allow name compression for SRV resource parsing...
**Describe the problem/challenge you have** Versioned resources (with a generated name) are not taken into account for Knative services **Describe the solution you'd like** It would be great if kapp's...
**What steps did you take:** I tried deploying an app that consists of a horizontal pod autoscaler (api version v2) on a Kubernetes cluster v1.25. **What happened:** kapp tries to...
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.6.0. Release notes Sourced from github.com/google/go-cmp's releases. v0.6.0 New API: (#340) Add cmpopts.EquateComparable Documentation changes: (#337) Use of hotlinking of Go identifiers Build changes: (#325)...
I see that kapp has a default rebase rule for annotations as follows # Be specific about annotations to be applied - path: [metadata, annotations] type: remove resourceMatchers: - allMatcher:...