Bill Maxwell
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...
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:...
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.
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...
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...
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
Reference Postgresql Acorn file. Part of issue #28 Currently in progress.
Create a Production grade Redis Acorn. This will be used by the Registry Acorn as part of the read only acorn registry.
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...