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
Hi, i dont really understand some conflict errors, maybe someone can help Heres an example; these fields appear in the diff : - `kapp.k14s.io/nonce` : sounds legit - `image` :...
#### What this PR does / why we need it: Kapp will update resources based on predetermined interval set. To set the interval user needs to add annotation kapp.k14s.io/max-interval to...
#### What this PR does / why we need it: bug fix when kapp deploy fails. Continue to write out the app metadata file with the latest state change. (Instead...
**What steps did you take:** Deploying a set of spec files where one of them has an error. No idea which one... **What happened:** There is no reference in the...
Flaky Test Collection: Name and shame flaky or flakey tests in this issue, provide any ongoing hints/remediation, remove. - [ ] `TestIgnoreFailingAPIServices` - [Error](https://github.com/vmware-tanzu/carvel-kapp/runs/7380063296?check_suite_focus=true#step:4:2054) - [x] `TestYttWaitRulesWithUnblockChanges` - [x] `TestSupportUnblockingChanges`...
**Describe the problem/challenge you have** We currently use kapp versioning capability for several Custom Resources beyond just ConfigMap and Secrets, this is very easily done with [`templateRules`](https://github.com/voor/cluster-api-gitops/blob/default/management-cluster/workload/manifests/kapp-config.yaml#L4-L21) and allows for...
**Describe the problem/challenge you have** We'd be very excited if we would not have to shell out to Kapp from an orchestration tool but use as a Go module, which...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.22.10 to 0.24.3. Commits ee1a5aa Update dependencies to v0.24.3 tag 686b396 Revert "Introduce APIs to support multiple ClusterCIDRs (#108290)" af4295f Merge pull request #109114 from tkashem/client-go-retry-thread-safe d8531f5...
When trying to deploy the [bitnami postgresql chart](https://github.com/bitnami/charts/blob/301bb18b0f8455d6f64c26aedd50ee9d7c74c221/bitnami/postgresql/templates/statefulset.yaml#L74) as part of cf-for-k8s via kapp, we get the following error: ` kapp: Error: ObjectRefSetMod for path 'spec,template,spec,initContainers,(all),env,(all),valueFrom,configMapKeyRef' on resource 'statefulset/cf-db-postgresql (apps/v1)...
#### What this PR does / why we need it: Renames the Go module to match the github repository, `github.com/vmware-tanzu/carvel-kapp` #### Which issue(s) this PR fixes: Fixes #437 #### Does...