k3d
k3d copied to clipboard
Little helper to run CNCF's k3s in Docker
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...
**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...
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: -...
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...
**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...
## 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/...
## 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'...
@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...
## 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...
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...