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

Issue that we see, that Kapp seems to be clashing with system generated annotations. Error: ``` Operation cannot be fulfilled on horizontalpodautoscalers.autoscaling "some-service": the object has been modified; please apply...

helping with an issue

**Describe the problem/challenge you have** Want an easy way of being able to list all images used by an application deployment and what top most resource they were specified in,...

enhancement
discussion

**What happened:** Sometimes when running `kapp deploy --allow-ns staging --allow-ns production -a ${profile} -f- -c -y --logs-all` in Github action the command will never stop and I see consecutive logs...

helping with an issue

to support advanced waiting behaviour, possible implementations: - support an annotation that includes a starlark snippet (may be applies to specific resource vs all resource kinds); starlark code will have...

enhancement
discussion

currently kapp will panic due to use of ExistingResource() returning nil: https://github.com/k14s/kapp/blob/develop/pkg/kapp/clusterapply/changes_view.go#L115-L116

enhancement
feature/diff

We have a role that looks like this: ``` apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: kpack-webhook-certs-admin namespace: kpack rules: - apiGroups: - "" resources: - secrets verbs: - get -...

enhancement
carvel accepted

As discussed in slack. In comparison to skaffold (another deployment tool), kapp only reports if the condition was met or not. I'd like to see more information about the stabilization...

enhancement
good first issue
carvel accepted

**Describe the problem/challenge you have** Knative's config maps have an `_example` key and they're multi-line and noisy and there's not way to exclude them from the `kapp config-map` output **Describe...

enhancement
discussion

**Describe the problem/challenge you have** when deleting a CRD, k8s will initiate deletion of all of its instances. this may take time or even fail down the line. currently kapp...

enhancement

**Describe the problem/challenge you have** Multiple users have found the "namespace" portion of `kapp list` to be unintuitive (at best), confusing, or lead them to incorrect conclusions (at worst). Examples:...

enhancement
ui