commit | ee7c1aa38953f81088f9b085d52317397d07f67e | [log] [tgz] |
---|---|---|
author | Sergiusz Bazanski <q3k@q3k.org> | Sat Jan 12 23:56:17 2019 +0100 |
committer | Sergiusz Bazanski <q3k@q3k.org> | Sat Jan 12 23:56:17 2019 +0100 |
tree | 85802be3537295014136acd1ee9850445507d1d4 | |
parent | 5b3b18041a1c02f392453934c827956ff8e00398 [diff] |
k8s: add apiserver and serviceaccounts certs
This is the main git repository for all HSWAW cloud related code.
No bazel yet :^).
# get the monorepo go get -d code.hackerspace.pl/hscloud # install compile-time utilities sudo apt install protobuf-compiler go install code.hackerspace.pl/hscloud/go/vendor/github.com/golang/protobuf/protoc-gen-go go install code.hackerspace.pl/hscloud/go/vendor/github.com/gobuffalo/packr/packr # generate protos and packr boxes go generate code.hackerspace.pl/hscloud/... # install all services into PATH go install code.hackerspace.pl/hscloud/go/svc/...
TODO(q3k): document this
Everything that's not in go/vendor
is licensed under the terms of the ISC license, see COPYING next to this file.