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

## Is your feature request related to a problem or a Pull Request N/A ## Scope of your request I need a new environment variable for the `cluster` command. ##...

enhancement

## What did you do - How was the cluster created? - `export DOCKER_HOST=ssh://root@localhost:55555 DOCKER_SOCK=/run/podman/podman.sock` - `podman network create mycluster` - `k3d registry create --default-network mycluster mycluster-registry` - `k3d cluster...

bug

## Is your feature request related to a problem or a Pull Request I can't find any related issues or PRs. ## Scope of your request New "apply" verb for...

enhancement

## Question / Where do you need Help? I want to set customize **k3d managed local registry**. So how to do these following - how to pass Env Variables into...

question

## What did you do - How was the cluster created? ```bash $ k3d cluster create mycluster INFO[0000] Prep: Network INFO[0000] Created network 'k3d-mycluster' INFO[0000] Created image volume k3d-mycluster-images INFO[0000]...

bug

k3d-mycluster-serverlb set up port mapping, and then I deployed grafana to the cluster, and found that the local machine can not access the grafana instance of k3d-mycluster-server-0 through port mapping,...

question

## What did you do - How was the cluster created? - `k3d cluster create dev-cluster --servers 3 --agents 3 --registry-create dev-registry --trace` - What did you do afterwards? -...

bug

## What did you do - How was the cluster created? - `K3D_FIX_DNS=1 k3d cluster create "${K3D_CLUSTER_NAME}" \ --wait \ --volume "${script_dir}/k3sconfig.yml:/etc/rancher/k3s/config.yaml" \ --registry-use "k3d-${LOCAL_REGISTRY_NAME}:${LOCAL_REGISTRY_PORT}" \ --registry-config "${temp_reg}" \ --k3s-arg=--disable=traefik,servicelb,local-storage...

bug

## Question / Where do you need Help? I have install k3d in my macos M1, how do i make `/var/lib/racher/storage` to my mac directory? ## Scope of your Question...

question

Hi all. I'm running some C# applications in a local k3d cluster on my CentOS Stream 9 machine and am noticing some troubling behavior. In short, when a container in...

bug