Thorsten Klein

Results 70 issues of Thorsten Klein

`k3d cluster restart` to combine `k3d cluster stop && k3d cluster start` into a single command... for convenience.

enhancement

@iwilltry42 I think I pasted too narrow log entry. Let me pardon you ! I am trying to delete the cluster with 2 pods: nfs-server and nfs-client: ``` INFO[0000] Deleting...

bug
not a bug
runtime

k3d has some features that interact with K3s functionality directly in one way or another: - custom entrypoint scripts - updating `/etc/hosts` - updating CoreDNS (either directly in the live...

enhancement
priority/medium

The `Runtime` interface is super convoluted and not pretty to extend. It would be cooler to clean it up and introduce the functional options pattern for easier extensibility. Example: -...

enhancement
priority/medium
scope/package

@iwilltry42 I meet the same issue, but randomly. It was not a slow network issue because if I shutdown the cluster, the bandwidth in near to 1GBs . Below the...

bug

### Related Issues and/or Pull-Requests Original Help Issue: - https://github.com/rancher/k3d/issues/238 Comment with proposed workaround/solution: - https://github.com/rancher/k3d/issues/238#issuecomment-627137154 ### Scope of your request - New flag or flag functionality to add custom...

enhancement
component/registry

## Goal - plugin architecture for k3d, e.g. to add new nouns (like `registry`) Let's use this issue to discuss potential solutions. ## Notes - `k3d plugin install` - k3d...

enhancement

**Is your feature request related to a problem or a Pull Request?** - https://www.youtube.com/watch?v=5HaU6338lAk&feature=youtu.be - https://twitter.com/portainerio/status/1293427026490056704 **Scope of your request** - a new flag for a command (e.g. `k3d cluster...

enhancement
good first issue
priority/low

Acornfile: ```cue containers: { db: { image: "postgres:alpine" env: { "POSTGRES_DB": "acorn" "POSTGRES_PASSWORD": "secret://quickstart-pg-pass/token" } dirs: { if !args.dev { "/var/lib/postgresql/data": "volume://pgdata" } } files: { "/docker-entrypoint-initdb.d/00-init.sql": "CREATE TABLE squirrel_food...

bug

Due to the similarities to the Docker CLI UX, I would have expected to find something like `acorn inspect`, which I see is kind of covered by `acorn app -o...

feature