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

## What did you do - How was the cluster created? - `sudo k3d cluster create bobo --servers 1 --agents 2` - What did you do afterwards? ``` # 1....

bug

I have been trying to add a control-plane server to an existing cluster on a different node. This resulted in the following runtime error; any suggestions on how to alleviate...

question

## What did you do - How was the cluster created? - `-` - What did you do afterwards? - k3d commands? `k3d image import ` - docker commands? `-`...

bug

## What did you do - How was the cluster created? - cluster is a remote cluster that I want to add a k3d agent to - What did you...

bug

## What did you do - How was the cluster created? - Installed k3d using the install script command and ran a vulnerability scanner on it. - It reported a...

bug

## What did you do Given the following config ```sh $ cat config.yaml | sed '/^$/d' apiVersion: k3d.io/v1alpha5 kind: Simple metadata: name: lab1 servers: 3 agents: 3 options: kubeconfig: updateDefaultKubeconfig:...

bug

## Scope of your request Allow automatic config file pickup at startup. ## Describe the solution you'd like It would be nice to have k3d picking up the default generated...

enhancement

## What did you do Installed k3d version `5.7.2` without any issues, then performed security scans using JFROG Xray on the images and found several high and critical vulnerabilities listed...

bug

# What This feature adds an ability to export Cluster logs using the `k3d` binaries. # Why Tools like `kind` has been supporting the ability to export logs from the...

Documentation for `kubeconfig write` says: `this will create (or update) the file $HOME/.k3d/kubeconfig-mycluster.yaml` This is actually not true. Judging by the code it is created either in the directory returned...

bug
docs