This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
Releases: kinvolk/kube-spawn
Releases · kinvolk/kube-spawn
v0.3.0
Today we're announcing kube-spawn v0.3.0.
This is a release containing code refactoring, bug fixes and improved documentation. The main points are:
- Refactor kube-spawn
- Add back the
up
subcommand - Use Flatcar Linux as base image
- Support Kubernetes 1.10 & 1.11
- Support CNI plugins like flannel, calico, canal
- Fix bugs regarding storage pool management
- Add more error handlings
- Improve various documentations
v0.2.1
v0.2.0
Today we're announcing kube-spawn v0.2.0.
It includes improved documentation, fixes and new features. The main points are:
- ability to run multiple Kubernetes clusters simulaneously
- CLI commands refactored
- support for rktlet
- improved user documentation for installation, usage and troubleshooting
- vagrant environment for testing was fixed
- clearer error messages
Migration notes:
- users should start from a clean
/var/lib/kube-spawn
as the format changed in this version.
v0.1.0
Today we're announcing kube-spawn v0.1.0.
This is an initial release of kube-spawn
. It includes binaries such as kube-spawn
, kube-spawn-runc
and cnispawn
.
kube-spawn
creates a multi-node Kubernetes cluster with commands:setup
: spawns a cluster of multiple nspawn containersinit
: initializes a Kubernetes cluster with the help of kubeadmup
: does 3 steps together: downloads a Container Linux raw image withmachinectl pull-raw
, doessetup
as well asinit
kube-spawn-runc
is a wrapper aroundrunc
to insert the--no-new-keyring
flagcnispawn
is a small CLI tool for spawning containers within a network namespace
For more details please see the README.