Bill Maxwell

Results 23 issues of Bill Maxwell

If you bind a pre-existing volume into an Acorn then remove that app, the volume is deleted. On Rancher desktop create a 1G volume in the dashboard using hostpath, and...

bug

Reference Acorn for Kafka and Zookeeper Part of #28

task

If a job contains a file with dynamic content, the controller will continue to error trying to update the job spec. If you define something like: ```cue jobs: { test:...

bug

Right now we keep all of the pods for a cron job, which leads to a build-up of pods. We should provide a global and per-job way of limiting this.

enhancement

Given this Acorn file: https://github.com/acorn-io/acorn-library/blob/f8ae79716c15b474146775725100dfc9cbff8077/mariadb/acorn.cue built with: `acorn build . --restore-from-backup "not-a-real-backup" --backup-schedule "* * * * *" --recovery` Launched: `acorn run [IMAGE]` Then scaled up: `acorn update [APP-NAME] --replicas...

bug

If you have a generated secret from a cronjob, there is a delay from the app running and the first run of the cron job. It isn't clear to the...

enhancement

Create an Acorn that will deploy the Registry application and allow configuration for production grade deployments. Initial Acorn can be found in https://github.com/acorn-io/acorn-library

enhancement

Reference Postgresql Acorn file. Part of issue #28 Currently in progress.

enhancement

Create a Production grade Redis Acorn. This will be used by the Registry Acorn as part of the read only acorn registry.

feature

This adds the basics for encryption of secret data on a per-cluster acorn user namespace basis. There is a convenience call to bulk encrypt a message for multiple targets given...