Thorsten Klein
Thorsten Klein
Ref: #649 Additional info: - before this change, `acorn uninstall` yielded an error `Error: an empty namespace may not be set when a resource name is provided` because the Service...
Just as one would do using `acorn install --ingress-class-name`. Open Questions - Edge Case: User installs Acorn **before** installing ingress-controller with the defined ingressClass - Acorn wants to install Traefik...
### Discussed in https://github.com/k3d-io/k3d/discussions/1403 Originally posted by **MacherelR** January 29, 2024 Hello everyone, I'm currently writing my master's thesis, in which I've used k3d as development tool, now in my...
## What did you do `k3d cluster create`, then observe all pods being in pending state. ## What did you expect to happen All default pods coming up as usual....
That's required e.g. for - the acorn-io/actions-sign GitHub Action (or other scenarios), where we don't want to (temporarily) write the private key repo secret to disk - the use cases,...
Tiny helper function so we don't bother LE with unnecessary requests, just because the domain hasn't been propagated yet. ### Checklist - [ ] The title of this PR would...
host.docker.internal is not necessarily present on all systems (e.g. not on my Linux machine - it's there by default in Docker Desktop though), but it is used as a default...
**What is the problem you're trying to solve** I'm running k3s in docker (`k3d`), which uses containerd as the container runtime. Now we want to dynamically add new registries to...
Top-Level `WhereDocument` structs are `AND`ed. A `WhereDocument` can be a singular operator like `$contains` or `$not_contains`, which require a `Value` to be set. `$or` and `$and` require nested `WhereDocument`s I'm...