1
0
Fork 0
 
 
 
 
 
 
Go to file
q3k e048331e25 teleimg: fix RE for IRC names
Change-Id: Ief1bda751553361bcbbd18031205ae70804f1dd4
2020-02-02 16:58:57 +01:00
app
bgpwtf bgpwtf/invoice: bump for 2020 2020-01-14 14:03:38 +01:00
bzl
cluster
dc
devtools
gcp
go go/{mirko,statusz}: enable profiling 2020-01-23 14:17:30 +01:00
hswaw teleimg: fix RE for IRC names 2020-02-02 16:58:57 +01:00
kube postgres: run unprivilged 2020-01-22 21:48:48 +01:00
personal/q3k teleimg: fix RE for IRC names 2020-02-02 16:58:57 +01:00
third_party
tools
.bazelrc
.gitignore
BUILD
COPYING
README
WORKSPACE personal/q3k: bump factorio 2020-01-14 13:47:26 +01:00
env.sh

README

HSCloud
=======

This is a monorepo. You'll need bash and Bazel 0.20.0+ to use it.

You'll also need Nix installed globally in your system until [rules_nixpkgs/75](https://github.com/tweag/rules_nixpkgs/issues/75) is resolved. Or run on NixOS.

Getting started
---------------

    cd hscloud
    . env.sh # setup PATH and hscloud_root
    tools/install.sh # build tools


Then, to get Kubernetes access to k0.hswaw.net (current nearly-production cluster):

    prodaccess
    kubectl version

You will automatically get a `personal-$USERNAME` namespace created in which you have full admin rights.

For mor information about the cluster, see [cluster/README].