k3d
k3d copied to clipboard
Little helper to run CNCF's k3s in Docker
## What did you do #### How was the cluster created? ``` $ k3d registry create registry.localhost --port 12345 $ k3d cluster create test-cluster --registry-use k3d-registry.localhost:12345 ``` #### What did...
### Discussed in https://github.com/k3d-io/k3d/discussions/1403 Originally posted by **MacherelR** January 29, 2024 Hello everyone, I'm currently writing my master's thesis, in which I've used k3d as development tool, now in my...
[_k3d-jashinn-agent-0_logs.txt](https://github.com/k3d-io/k3d/files/13997683/_k3d-jashinn-agent-0_logs.txt) getting E0120 11:23:24.665782 6485 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused The connection to the server localhost:8080 was refused -...
## What did you do - How was the cluster created? - I first created a cluster with 2 agents: `k3d cluster create mycluster --agents 2`, it ran successfully. -...
## Question / Where do you need Help? I am trying to migrate from k3d version 4.4.8 to 5.0.0 (eventual intent to move to something more recent). I've migrated from...
## Issue pulling image from k3d managed local registry - How was the cluster created? created registry: ``` k3d registry create registry.localhost --port 8083 ``` created `registry.yaml`: ``` mirrors: 'localhost:8083':...
## Is your feature request related to a problem or a Pull Request https://github.com/k3d-io/k3d/issues/1122 - wants to specify the name of a kubeconfig context on creation, which for subsequent creations...
# What Adds new functionality to check for env variable for cluster name. The variable is named K3D_CLUSTER_NAME # Why Closes https://github.com/k3d-io/k3d/issues/1281 # Implications The PR changes the default behavior...
## What did you do - How was the cluster created? - ``` podman system connection list Name URI Identity Default podman-machine-default ssh://[email protected]:55878/run/user/503/podman/podman.sock /Users/abc.com/.ssh/podman-machine-default true podman-machine-default-root ssh://[email protected]:55878/run/podman/podman.sock /Users/abc.com/.ssh/podman-machine-default false ```...
## What did you do - How was the cluster created? - `k3d cluster create --k3s-arg "--disable=traefik@server:*" home` - What did you do afterwards? Setup `nfs-client` to persist volumes. ```sh...