blob: cc7a27ac16b0a72894fb6ae9cad203682eaebb36 [file] [log] [blame]
HSCloud
=======
This is a monorepo. You'll need bash and Bazel 0.20.0+ to use it.
Getting started
---------------
cd hscloud
. env.sh # setup PATH and hscloud_root
tools/install.sh # build tools
Then, to get Kubernets:
echo "185.236.240.36 k0.hswaw.net" >> /etc/hosts # temporary hack until we get loadbalancers working
clustercfg admincreds $(whoami)-admin # get administrative creds (valid for 5 days)
kubectl version