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

A new ~/.kube/config is recreated upon cluster creation. ## What did you do Just created a cluster. ## What did you expect to happen Contents should be added into existing...

bug

## Scope of your request A way to expose load balanced services. ## Describe the solution you'd like [MetalLb](https://metallb.universe.tf/) allows the usage of k3d with services of type `LoadBalancer`. It...

enhancement

## What did you do - How was the cluster created? - `k3d cluster create [clustername] --volume ... --volume ... --registry-config [local path to registry config] --agents 1 --servers 1...

bug
priority/high

Hi there, I started a registry, which is still running, but now the push does not work any longer (it worked seamlessly right after I started the registry) ``` $...

bug

Hi there, I am usually using `docker buildx ... --push .` to build and push immediately. It seems this is not working with k3d registry. I get the following error...

enhancement

Not sure if this is the right place to log the issue. The link on the page `Use Calico instead of Flannel` is broken: https://k3d.io/v5.4.6/usage/advanced/calico/#1-download-and-modify-the-calico-descriptor >1. Download and modify the...

bug
docs

## Is your feature request related to a problem or a Pull Request Please link to the issue/PR here and explain how your request is related to it. ## Scope...

enhancement

## Question / Where do you need Help? ## Scope of your Question - unable to add node to the cluster the cluster is created but error while adding node...

bug
priority/high

## What did you do - How was the cluster created? - `k3d cluster create $cluster_name -p "8082:80@server:0:direct" --k3s-arg "--disable=traefik@server:0"` - What did you do afterwards? created one nfs server...

bug

## What did you do I followed the instructions for the NodePort example: https://k3d.io/v5.6.0/usage/exposing_services/ I got the standard nginX page which was to be expected. ![image](https://github.com/k3d-io/k3d/assets/47326729/40ec4fe6-fef1-4290-913f-f2baaa0984ef) ![image](https://github.com/k3d-io/k3d/assets/47326729/c89e4a8d-2006-4804-89e6-1f5da3066b2f) But following the...

bug