Thorsten Klein
Thorsten Klein
Example argument: ```cue args: { extra_food: ["hazelnut", "walnut"] } ``` Expected usage: `acorn run . --extra-food foo --extra-food bar` Right now, all variants that I tried to pass in some...
- [ ] `acorn containers -h` shows `acorn container [flags] [APP_NAME...]`, where passing in an actual app name would result in ```bash $ acorn containers little-water Error: containers.api.acorn.io "little-water" not...
How's caching done during the Acorn image building process right now? Does it cache at all? If so, is there a way to turn it off per build, similar to...
While going through the docs and trying to understand all the bits and pieces of Acorn, I checked out all the resources in the `api.acorn.io/v1` group and tried to `kubectl...
## About This PR adds the functionality to let the singleuser server/pod choose the port it's listening on itself. For this, you need to have the `jupyterhub-kubespawner` package installed in...
# What and why? - admissionregistration.k8s.io/v1beta1 was deprecated in k8s v1.16 - changeset includes fetching the APIVersion and Kind from the admissionReviewRequest to avoid related errors # Testing Steps Please...
Yes, even though you set it on the host kernel level, I (outside of K3D) have needed to tell docker to also respect a higher limit than the default (1,024)...
Ref #488 The other solutions have actual steps described, but those are quite extensive for kind as per its documentation. I'm not sure if we'd like to have that in...
Ref #205 ## To-Do - [x] Renew if expired - [x] Set as default for Acorn Managed Ingress - [x] Get Let's Encrypt details from user input - [x] Re-Generate...