k3d
k3d copied to clipboard
Little helper to run CNCF's k3s in Docker
Hi, I have set up k3d on a ubuntu 22 LTS server and trying to get Metallb to work with Unifi USG to get a working Internal (within LAN) Load...
## What did you do I downloaded and installed k3d-linux-amd64 from https://github.com/k3d-io/k3d/releases/tag/v5.4.6 , then executed `k3d version list k3d` ## What did you expect to happen I expected to see...
Hi I am trying to follow these instructions: https://projectcalico.docs.tigera.io/getting-started/kubernetes/k3s/multi-node-install and it is failing on the csi-node-driver-xxxxx pods with an error in k3d ``` Error: failed to generate container "3d1134d853e88b87aa4222429f1e1d9fec280736dcbc1562a048c1959d1133cf" spec:...
Hi, I have 3 nodes and on each node I want a replica of the nginx pod. I have this config: ``` cat
## What did you do - How was the cluster created? - An external k3s cluster was created using an etcd database. - What did you do afterwards? - `k3d...
## What did you do - How was the cluster created? - `k3d cluster create --config "$HOME/dev/local-kubernetes-environments/test/yaml_local/cluster.yml" --volume "$HOME/dev/local-kubernetes-environments/test/yaml_local/local_manifests.yml:/var/lib/rancher/k3s/server/manifests/local_manifests.yaml@all"` cluster.yml ``` apiVersion: k3d.io/v1alpha4 kind: Simple metadata: name: test # Cluster's...
Yes, even though you set it on the host kernel level, I (outside of K3D) have needed to tell docker to also respect a higher limit than the default (1,024)...
## What did you do The other evening I created a cluster with: ```sh :; k3d cluster create --image=+latest ``` At the time [`update.k3s.io` was returning 503 errors](https://github.com/k3s-io/k3s/issues/6006). These errors...
## Is your feature request related to a problem or a Pull Request No ## Scope of your request Need a new flag to ` k3d kubeconfig get ` to...