kubedee icon indicating copy to clipboard operation
kubedee copied to clipboard

Fast multi-node Kubernetes development and test clusters on LXD.

Results 6 kubedee issues
Sort by recently updated
recently updated
newest added

I started kubedee in 2017 out of the need for a "plumbing tool" for setting up vanilla Kubernetes test clusters. Specifically, I was looking for: * Vanilla Kubernetes services managed...

I needed to make the flannel daemonset `privileged: true` to allow it to run `iptables` commands like the following ``` [kube-flannel-ds-amd64-mhn4w kube-flannel] I1117 00:30:49.672089 1 iptables.go:155] Adding iptables rule: -d...

Up with a new cluster name gave me an error. I'd successfully launched a cluster before with `--kubernetes-version v1.21.1` ``` 1 % kubedee up greymatter ==> Creating network for greymatter...

Instructions on how to run the tests with sonobuoy can be found here: https://github.com/schu/kubedee/tree/master/contrib/cncf-k8s-conformance

help wanted

On systems with cgroup v2, kubedee (/lxd) prints the following warning on every invocation, so quite a lot: ``` WARNING: cgroup v2 is not fully supported yet, proceeding with partial...

bug