k3d icon indicating copy to clipboard operation
k3d copied to clipboard

Little helper to run CNCF's k3s in Docker

Results 229 k3d issues
Sort by recently updated
recently updated
newest added

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

**Original problem: I tried to create a cluster with multiple nodes in a single physical machine**, this is the command `k3d cluster create -a3 -s3 test3 --trace` and the process...

help wanted
question

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

Hi! We need ability to add new volumes to cluster when it's already running. We use k3d cluster as tool for development and figured out how to add Live Reload...

enhancement
help wanted
priority/high
difficulty/high

**Scope of your request** Be able to create snapshots for complex clusters and restore them at will I think this is very useful for clusters with stateful sets that take...

enhancement
help wanted
difficulty/high

## What did you do Baseline: * Fedora 33 * cgroups v2 * provision Docker CE from the official Docker repo for rootless docker * install rootless docker following https://docs.docker.com/engine/security/rootless/...

bug

## Question / Where do you need Help? Failed to execute iptables-restore" err="exit status 2 (ip6tables-restore v1.8.6 (legacy): unknown option \"--random-fully\"\nError occurred at line: 18\nTry `ip6tables-restore -h' or 'ip6tables-restore --help'...

question

@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

## What did you do - How was the cluster created? - On machine 1: `k3d cluster create mycluster --api-port x.x.x.x:yyyy` Where x.x.x.x:yyyy is the proper IP address and port...

bug

Right now you have to do `-p` to bind any port you'd wish to access k8s. On linux this isn't much of an issue because you can just access the...

enhancement
help wanted