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
#### 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...
**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)...
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...
**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...
# 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,...
**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.  `apiVersion: batch/v1beta1` is not...
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...
**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},...