blob: ec34418d69d40ec1302b2a33a4ad61e3dd357ae9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = kube-spawn
pkgdesc = A tool for creating multi-node Kubernetes clusters on a Linux machine using kubeadm & systemd-nspawn. Brought to you by the Kinvolk team. https://kinvolk.io
pkgver = 0.3.0
pkgrel = 1
url = https://github.com/kinvolk/kube-spawn
arch = any
license = Apache
makedepends = docker
depends = cni-plugins
source = https://github.com/kinvolk/kube-spawn/archive/v0.3.0.tar.gz
sha512sums = b7cdabb3339080f498c1c6054466c663924488cf1e716e9a20f34c8da1ffe141a96110ce9007b5c99b340b7ecdfc944c3930db3afd749a67c073306e7d379cbe
pkgname = kube-spawn
|