k3d
k3d copied to clipboard
Little helper to run CNCF's k3s in Docker
## 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. ##...
## 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...
## 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...
## 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...
## 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]...
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,...
## 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...
## 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...
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...