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