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 happened:** > `Lcs` appears to be inconsistently reported in the `kapp list -A` output when kapp-controller fails to install an app and then subsequently is made to succeed. (Needs...

bug
carvel accepted

**What steps did you take:** [A clear and concise description steps and any files that can be used to reproduce the problem.] ``` :; kapp deploy -a someapp -y -f...

helping with an issue

#### What this PR does / why we need it: Add resource namespaces saved during deploy to fallbackAllowedNamespaces. These resource namespaces are stored as app change meta during deploy TODO:...

cla-not-required

**What steps did you take:** I tried to use `kapp` to upgrade a Tanzu Kubernetes Cluster object to use a new API version for a cluster: `run.tanzu.vmware.com/v1alpha2`. Attached: kubectl get...

bug
carvel accepted
priority/important-soon

Hi, I'm testing the "kapp app-group deploy ... " command and getting the warning: "info: Resources: Falling back to checking each namespace separately (much slower)" What can I do to...

helping with an issue

I'd like to write a rebase rule that always pulls all of the `cert-manager.io/` annotations for secrets out of the cluster, but right now I think I have to write...

enhancement
carvel accepted
priority/important-soon

**Describe the problem/challenge you have** currently fallback namespace for finding existing resources is only single namespace that is specified via --namespace flag. fallback namespaces are needed by kapp cannot find...

enhancement
carvel accepted

**Describe the problem/challenge you have** We want to use kapp to reconcile our e2e tests. We're trying to deploy multiple CRs that don't depend on each other, they can be...

enhancement
discussion
carvel accepted
priority/important-soon

**Describe the problem/challenge you have** When I provide a custom `waitRule` for resources like Deployment, ReplicaSet, etc,. then the default waiting behaviour provided by kapp doesn't work. This is because...

enhancement
carvel accepted

In Kubernetes 1.24 there have been changes to how REST API access tokens are handled. This affects use of `kapp-controller` as described in separate issue https://github.com/vmware-tanzu/carvel-kapp-controller/issues/687. With such changes one...

bug
carvel accepted