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
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...
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...
Would be great to have flag ( `--create-metadata-namespace` for example ) for precreating namespace for metadata. Thanks
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...
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 -...
# 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...
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...
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....
**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...
**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:...