kube-spawn
kube-spawn copied to clipboard
A tool for creating multi-node Kubernetes clusters on a Linux machine using kubeadm & systemd-nspawn. Brought to you by the Kinvolk team.
Running `kube-spawn start` fails saying it timed out waiting for machines to start. Poking around a bit, I can see that `systemd-nspawn` is in fact running, and I can see...
I'm trying to start a kubernetes cluster with kube-spawn but I'm having issues with image retrieval. I'm using latest version. Steps: `$ sudo kube-spawn create` > Copying files for cluster...
Hi, I'm trying to run kube-spawn on Fedora 31 with podman 1.7.0. There are a few issues that have come up that I've been working through to get it running....
Running kube-spawn fails due to missing flatcar-channel variable. Most likely a regression from latest change done in kube-spawn start. Steps: `$ sudo kube-spawn up -n` Error: > Copying files for...
I was wondering why we don't set `--network-namespace-path=` In `cnispawn`, Would be something like: ``` path := ns.Path() nspawnOpts := append(nspawnOpts, fmt.Printf("--network-namespace-path=%s", path)) ``` Instead, we seem to be calling...
[Kubernetes 1.16](https://github.com/kubernetes/sig-release/tree/master/releases/release-1.16) will be released in Sep 2019. Until then, we should run [CNCF conformance tests](https://github.com/cncf/k8s-conformance) for K8s 1.14 and 1.15. Once 1.16 was released, it would not be possible...
When trying to test kube-spawn with systemd v240 or newer, it does not start the whole cluster. Only one of the nodes becomes active, and only the node gets registered...
Version v0.8.0 of https://github.com/containernetworking/plugins removes code responsible for creating network namespaces: https://github.com/containernetworking/plugins/commit/a0eac8d7d990adc7621e6ac0adf8b351e6e6c34b#diff-d3d859d29b12afe98694dc54a7ced6d9 Rather than using outdated version of dependency, we should probably update and find a way to manage namespaces...
Hi there! Was wondering if there is a way to configure kube-spawn to have multiple disks in the VM. Thanks!
https://github.com/kinvolk/kube-spawn/pull/328 was merged. But there was a similar PR https://github.com/kinvolk/kube-spawn/pull/257, which is unmerged. So we should create a new PR on top of the current master branch, to address the...