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

#### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes #854 #### Additional Notes for your reviewer: ##### Review Checklist: - [X] Follows...

**Describe the problem/challenge you have** When deploying an app, if/when kapp encounters an error, it stops immediately. This can leave the content on the cluster in some intermediate or unknown...

enhancement
carvel accepted

**Describe the problem/challenge you have** Details in https://github.com/carvel-dev/carvel/issues/689 **Describe the solution you'd like** Use vanity urls to change the go module name in kapp (use imgpkg [PR](https://github.com/carvel-dev/imgpkg/pull/597) as a reference)...

enhancement
good first issue
carvel accepted
Hacktoberfest

With latest kapp-controller `v0.48.1` (and related kapp version) we face the following issue: We have an app with large manifests (based on https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack), namely about 4.4MB of manifest files. When...

bug
carvel accepted

**Describe the problem/challenge you have** When a CRD and a CR exist within the same app, kapp will create the CRD, wait for the new API to become available and...

carvel accepted
priority/unprioritized-backlog

# Are you using kapp? If you are using kapp, or, any of the Carvel tools, first we would like to Thank You. Our goal is to grow the community,...

question
discussion

**What steps did you take:** I was trying the command `kapp deploy -a hellocron -f cron-job.yml -y` and got an error shown in the screenshot. ![image](https://github.com/carvel-dev/kapp-controller/assets/94950988/dcfc876f-4c66-4ef3-a4d1-5a3d323b8959) `apiVersion: batch/v1beta1` is not...

helping with an issue

Moving release process to goreleaser in 0.54.x Signed-off-by: rohitagg2020 #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes # #### Does this...

**Describe the problem/challenge you have** `kapp deploy` fails without retry on `http2: client connection lost` Example from our CI environment which uses kapp deploy: ``` | 3:45:49PM: ---- waiting on...

enhancement
carvel accepted
priority/unprioritized-backlog

**What steps did you take:** ``` kapp ls -A --column id ``` **What happened:** ``` ... panic: Failed to find header: id goroutine 1 [running]: github.com/cppforlife/go-cli-ui/ui.(*ConfUI).PrintTable(0x140000f2700, {{0x10329afa1, 0x16}, {0x103287e7c, 0x4},...

bug
carvel accepted