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

OS version: [root@kylinos k3d]# cat /etc/os-release NAME="Kylin Linux Advanced Server" VERSION="V10 (Sword)" ID="kylin" VERSION_ID="V10" PRETTY_NAME="Kylin Linux Advanced Server V10 (Sword)" ANSI_COLOR="0;31" docker version: 20.10.9、23.0.6、19.03.9 all have the same errors ![image](https://github.com/k3d-io/k3d/assets/173453941/519d2353-a462-4361-8c8b-a4d110a27392)...

bug

# What fixes #1221 # Why Since `coredns` configmap will be reverted to original state during k3s startup process, this PR utilizes `coredns-custom` configmap (introduced in k3s-io/k3s#4397) to persistent custom...

## What did you do - How was the cluster created? - `k3d cluster create multi-2 --servers 5` - What did you do afterwards? - `k3d cluster stop multi-2` -...

bug

# What Delete the outdated explanation in FAQ. Add an instruction in multiserver guide. # Why I have encountered the same problem and adding the `--subnet` flag solves it. #...

## What did you do - How was the cluster created? - `k3d cluster create mycluster` - What did you do afterwards? - Attempted to deploy a nginx container ##...

bug

I am asking the same question. One can dig through the docker volumes, but a listing of images seems an awfully useful (but missing) feature. ### Discussed in https://github.com/k3d-io/k3d/discussions/1407 Originally...

## What did you do Trying to create any kind of k3d cluster seems to fail for me. On latest MacOS, using the latest brew distributed podman with the latest...

bug

Hi, I use k3d version 5.6.3 with rootless podman, version 4.6.1, and I had no problems creating k3d clusters for the last months but now suddenly during cluster creation the...

question

# What Currently, there are a few command line arguments for `cluster create` and `cluster delete` that cannot be specified using environment variables. This PR tries to address this by...

## What did you do - How was the cluster created? using command: `k3d cluster create --agents 3 demo` - What did you do afterwards? Just upgrade k3d version to...

bug