Ben Moss

Results 40 issues of Ben Moss

**What steps did you take:** Ran `imgpkg` **What happened:** I got an error: ``` imgpkg: Error: Use one of available subcommands: completion [bash|zsh|fish|powershell], copy, describe, help [command], pull, push, tag,...

bug
carvel accepted
priority/important-longterm

**Describe the problem/challenge you have** As a consumer of packages, I want to have a way of verifying that the package was produced by a trusted party. **Describe the solution...

enhancement

We just added ARM64 support in #680 but don't have any coverage that the code/release works. Let's add some test infra for ARM. https://github.com/marketplace/actions/arm-runner is probably worth investigating

kind/cleanup

We need some way of helping users who see their APIService not become available. It seems most often this is because the Kubernetes apiserver is unable to reach our Service...

enhancement
priority/important-soon

We launch a bunch of subprocesses for running ytt, kapp, etc, should these be run as less-privileged users than the default kapp-controller user?

enhancement

**Describe the problem/challenge you have** The API references right now are a big YAML document with comments. For issues like https://github.com/vmware-tanzu/carvel-kapp-controller/issues/415 it would be nice if we had a way...

**What steps did you take:** Installed the "simple-app" from the instructions without first creating the service account for it. https://github.com/vmware-tanzu/carvel-kapp-controller/blob/develop/docs/walkthrough.md Tried to delete the app via `kapp -a simple-app delete`...

bug
carvel-accepted
priority/unprioritized-backlog
priority/important-longterm

**What steps did you take:** ``` kbld -f examples/simple-app-build-local/build.yml simple-app | starting build (using Docker): test/e2e/assets/simple-app -> kbld:rand-1652108946742255592-1387725203109-simple-app simple-app | starting build (using Docker): test/e2e/assets/simple-app -> kbld:rand-1652108946743073128-10522560189175-simple-app ... resolve |...

bug
good first issue
carvel accepted
priority/unprioritized-backlog

**Describe the problem/challenge you have** If a user tries to use the `--imgpkg-lock-output` flag without relocating the images, you'll get this cryptic error message: ``` kbld: Error: Validating images lock:...

enhancement
carvel accepted

The GCP cloud config opsfile was updated to include `backend_service`, but the [docs](https://github.com/cloudfoundry-incubator/kubo-release/blob/e5ac62244151686e31484705b9ca90834a097cbd/docs/cloud-provider.md) don't really explain what the value is supposed to be. The service accounts have a lot more...

unscheduled