kubernetes-lxd
kubernetes-lxd copied to clipboard
A step-by-step guide to get kubernetes running inside an LXC container
Same with https://github.com/corneliusweig/kubernetes-lxd/pull/7 I think we should fix the subuid/gid in README-k3s too.
I'm following Kubernetes the hard way and made it all the way to configuring the worker nodes: https://github.com/kelseyhightower/kubernetes-the-hard-way/blob/master/docs/09-bootstrapping-kubernetes-workers.md#start-the-worker-services At this point, the kube-proxy service fails because ``` 5286 server.go:489] open...
I'm following this for learning purposes. All is well until the first `kubeadm` command. I am receiving preflight errors regarding memory and swap: [ERROR Swap]: running with swap on is...
See https://github.com/kubernetes/kubernetes/issues/58610 When the CPU count is large (e.g. I had it at 12 which is the amount on my host), conntrack hashsize may need to be increased when starting...
https://github.com/corneliusweig/kubernetes-lxd/blame/413e6bfbb3f5dd07722a12902e42f691e15b50f3/README.md#L35 $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 23.04 Release: 23.04 Codename: lunar $ sudo systemctl restart lxd Failed to restart lxd.service: Unit lxd.service...