Daniel Helfand
Daniel Helfand
Currently, the kapp-controller webpage features a small demo video shown [here](https://carvel.dev/kapp-controller/#examples). The PackageRepository shown in the video features sample Packages (i.e. `simple-app.corp.com`). However, changing this to showcase a repository with...
**Describe the problem/challenge you have** When first creating a Bundle with `imgpkg`, I would like the ability to generate all the contents of the `.imgpkg` directory with a single command....
One question that came up in the Carvel community meeting is what ytt schema errors look like when seen via a PackageInstall/App status. We do not currently have any testing...
For users of kapp-controller's [private auth feature](https://carvel.dev/kapp-controller/docs/latest/private-registry-auth/), we should call out that the Kubernetes Secret of type dockerconfigjson only supports username/password keys like below: ```yaml apiVersion: v1 kind: Secret metadata:...
**Describe the problem/challenge you have** When users encounter an error like below, a common question has been how to access the `usefulErrorMessage`, which will contain the most relevant error for...
As discussed in #446, some kapp-controller structs have TODO comments that are then used as descriptions in schemas: * https://github.com/vmware-tanzu/carvel-kapp-controller/blob/babe7624f2c72c54e5f83860df410470f2b1bd71/config/crds.yml#L227 * https://github.com/vmware-tanzu/carvel-kapp-controller/blob/babe7624f2c72c54e5f83860df410470f2b1bd71/config/crds.yml#L350 * https://github.com/vmware-tanzu/carvel-kapp-controller/blob/babe7624f2c72c54e5f83860df410470f2b1bd71/config/crds.yml#L360 The comment about supporting Docker config...
As shown in the logs of a [recent CI run](https://github.com/vmware-tanzu/carvel-kapp-controller/runs/4217966568?check_suite_focus=true), the kapp-controller e2e test [`Test_PackageInstalled_FromPackageInstall_DeletionFailureBlocks`](https://github.com/vmware-tanzu/carvel-kapp-controller/blob/acf5e9907221b4b6e2df7e1c957313465a986f89/test/e2e/kappcontroller/packageinstall_test.go#L275) appears to be flaky. This test has also failed in other pull requests so the...
**Describe the problem/challenge you have** When generating an ImagesLock file with `kbld -f ... --imgpkg-lock-output ...`, stdout showing the configs from `-f` is displayed as part of the output of...
For users unfamiliar with kbld/imgpkg, it may be difficult to distinguish between the following flag options: ``` --imgpkg-lock-output string File path to emit images lockfile with resolved image references --lock-output...
Opening this issue to give more visibility around eventually removing [`createBuilder` in `build_kubectl_buildkit_test.go`](https://github.com/vmware-tanzu/carvel-kbld/blob/1997580f07463f98502a557649377f79cb594380/test/e2e/build_kubectl_buildkit_test.go#L119) that was added in #73. If the buildkit issue [here](https://github.com/vmware-tanzu/buildkit-cli-for-kubectl/issues/55) is resolved, the function should eventually be...