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
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.25.0 to 0.25.1. Commits 8252641 Merge pull request #112330enj/automated-cherry-pick-of-#112193 10b456c Merge pull request #112161pohly/automated-cherry-pick-of-#112129 4759a80 Add an option for aggregator 3296217 dependencies: update to ginkgo v2.1.6 and...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.25.0 to 0.25.1. Commits 94e3f9c Update dependencies to v0.25.1 tag 1904631 Merge pull request #112161pohly/automated-cherry-pick-of-#112129 8f4eb75 Merge pull request #112336enj/automated-cherry-pick-of-#112017 e278668 dependencies: update to ginkgo v2.1.6 and...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.25.0 to 0.25.1. Commits d6c357a Update dependencies to v0.25.1 tag fce3016 Merge pull request #112161pohly/automated-cherry-pick-of-#112129 29513a2 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1 See full diff...
#### What this PR does / why we need it: Add flag to skip checking resources when fully deletes app. #### Which issue(s) this PR fixes: Fixes #577 #### Does...
#### What this PR does / why we need it: This PR include default `templateRules` for _kapp-controller_'s packaging resources; `PackageRepository`, `PackageInstall` and `App`. Since _kapp_ and _kapp-controller_ are companions it...
Today `TestAppKindChangeWithMetadataOutput` resides in `app_change_test.go`. However, it does not have anything to do with the `app-change` command group. This should be moved to a separate file (maybe `app_metadata_output_test.go`)
**What steps did you take:** I have a simple, static ConfigMap where kapp insists that deploying the ConfigMap will result in an `update` operation, although the ConfigMap is exactly the...
**Describe the problem/challenge you have** We rely on `list` api calls to get information from the cluster which could put some burden on the cluster if the number of objects...
**Describe the problem/challenge you have** My `PackageInstall` is referring to a `Secret` which contains its values. `kapp-controller` is kind enough to reconcile the resource again, when the `Secret` changes. However,...
I couldn't find an example of how [`ownershipsLabelRules`](https://carvel.dev/kapp/docs/v0.51.0/config/#ownershiplabelrules) are expected to work. I was trying to show logs from a Pod managed by a Knative Service, despite adding the log...