blob: cc7a27ac16b0a72894fb6ae9cad203682eaebb36 [file] [log] [blame]
Sergiusz Bazanskide061802019-01-13 21:14:02 +01001HSCloud
2=======
3
4This is a monorepo. You'll need bash and Bazel 0.20.0+ to use it.
5
6Getting started
7---------------
8
9 cd hscloud
10 . env.sh # setup PATH and hscloud_root
11 tools/install.sh # build tools
12
Sergiusz Bazanski144f9212019-01-18 00:24:13 +010013
14Then, to get Kubernets:
15
16 echo "185.236.240.36 k0.hswaw.net" >> /etc/hosts # temporary hack until we get loadbalancers working
Sergiusz Bazanskied467502019-01-17 21:38:15 +010017 clustercfg admincreds $(whoami)-admin # get administrative creds (valid for 5 days)
Sergiusz Bazanskide061802019-01-13 21:14:02 +010018 kubectl version