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

As discussed in slack. It would be great to show a rough number of how long your app deployment actually takes to complete (min, max). The calculation can base on...

discussion
feature/diff

When I'm calling kapp from ansible I need an easy way to determine if the resources have actually changed. Currently I call `kapp` with `--json` and then after validating that...

helping with an issue

Would be great to have flag ( `--create-metadata-namespace` for example ) for precreating namespace for metadata. Thanks

enhancement

We face that Kapp deletes before ensuring the new version was successfully created. In case of an issue we end up with all resources deleted. It should at least keep...

discussion

This morning `kapp` created major havoc on the cluster when I was trying it out Deployment command: ``` helmfile -e sandbox template | kapp -y deploy -a postgres -f -...

helping with an issue

# Problem When deploying with kapp, additional json keys that are not part of a K8s object's spec are automatically removed without errors or warnings. This is a problem because...

discussion

It is clear the CLI is expecting a group-name flag. Wouldn't it be possible to take that from the name of the specified directory? ``` $ tree . └── something...

discussion

Excited about that tool! We realize necessity for different application flags through different pipelines. Our CI tool would need to distinct where it runs and adjust the command line options....

enhancement
discussion

**What steps did you take:** kapp deploy fails when K8s server host, port and kubeconfig is passed as env and port is empty. **To reproduce the issue** ``` $ export...

bug
carvel triage

**Describe the problem/challenge you have** Hello, sometimes I get this kind of error using kapp deploy > API server says: an error on the server ("error trying to reach service:...

enhancement
priority/unprioritized-backlog