1
0
Fork 0
hscloud/README

19 lines
450 B
Plaintext
Raw Normal View History

2019-01-13 20:14:02 +00:00
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
2019-01-17 23:24:13 +00:00
Then, to get Kubernets:
echo "185.236.240.36 k0.hswaw.net" >> /etc/hosts # temporary hack until we get loadbalancers working
2019-01-17 20:38:15 +00:00
clustercfg admincreds $(whoami)-admin # get administrative creds (valid for 5 days)
2019-01-13 20:14:02 +00:00
kubectl version