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