kapp icon indicating copy to clipboard operation
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

Results 167 kapp issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
documentation
carvel accepted
priority/awaiting-more-evidence

**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...

bug
carvel accepted
priority/important-soon

**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) ![Screenshot 2022-08-17 at 14 28 18](https://user-images.githubusercontent.com/1182927/185121171-4076cc59-0c1a-4b3b-adc5-2a1b4cd52ede.png) ![Screenshot 2022-08-17 at 14 28...

bug
carvel accepted
priority/unprioritized-backlog

#### What this PR does / why we need it: - Adds a flag (`--preflight`) to `kapp deploy` that can be used to enable/disable preflight checks. Can be used in...

#### What this PR does / why we need it: Patch resource history annotations instead of update which can avoid updating the entire resource while adding the resource history annotation....

Bumps [golang.org/x/net](https://github.com/golang/net) 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...

dependencies

**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...

enhancement
carvel accepted
priority/awaiting-more-evidence

**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...

bug
carvel accepted
priority/important-soon

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)...

dependencies

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:...

discussion