Craig Jellick

Results 78 issues of Craig Jellick

Users should be able to configure vanity domains for DNS provided by Acorn DNS

feature

Add native support for the following (or some subset?) to acornfile: - taints and tolerations - node affinity - priorityClass

feature

We need to agree on the first 5 that we should do. MySQL seems to be a lock. Acorns should showcase key features of acron, like ability to perform operations...

task

This will host the sample Acorn applications that users can consume. It will be hosted on AWS and use an S3 compatible object store. Possibly S3, but also considering R2...

task

``` acorn secrets create --type basic my-secret ``` should create a functional basic secret with username and password set, but instead its an empty secret with no keys. In reality,...

enhancement

``` acorn rm app-foo``` deletes the app named `app-foo`, but leaves the secrets it created behind so i thought, if i do ``` acorn rm --all app-foo ``` or ```...

bug