blob: a4110a922b11d48db2c7a258ea365cda3dfc89b4 [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
Sergiusz Bazanski74d27832019-01-18 00:28:28 +010019
20Clusters
21========
22
23The following kubernetes clusters are available:
24
25k0.hswaw.net
26------------
27
283 nodes (bc01n{01,02,03}.hswaw.net), mixed worker/master.
29
30No persistent storage (yet).
31
32Temporary development cluster. Will become base production cluster once configuration is done, but will *likely be fully cleared*.
33
34Feel free to use for tests, but your pods might disappear at any time.